* extern_c should expand to extern in C, not to /* */, thanks to Mark Sapa.

git-svn-id: svn://svn.zoy.org/elk/trunk@181 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-24 09:14:51 +00:00
parent b4d94a2c5a
commit 6f847468df
2 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,6 @@ Dave Richards, Robert Sanders, Supreet Singh, Martin Stut, Brian Taylor,
Scott Watson, and Mike Wray. Oliver apologizes for any omissions from
this--necessarily incomplete--list.
Sam would like to thank James Bostock and Sven Hartrumpf for their useful
bug reports on the road to Elk 4.0.
Sam would like to thank James Bostock, Sven Hartrumpf and Mark Sapa for
their useful bug reports on the road to Elk 4.0.

View File

@ -54,7 +54,7 @@
#if defined(__cplusplus)
# define extern_c extern "C"
#else
# define extern_c /* */
# define extern_c extern
#endif
/* Directory separator */