* 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:
parent
b4d94a2c5a
commit
6f847468df
4
AUTHORS
4
AUTHORS
|
@ -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
|
Scott Watson, and Mike Wray. Oliver apologizes for any omissions from
|
||||||
this--necessarily incomplete--list.
|
this--necessarily incomplete--list.
|
||||||
|
|
||||||
Sam would like to thank James Bostock and Sven Hartrumpf for their useful
|
Sam would like to thank James Bostock, Sven Hartrumpf and Mark Sapa for
|
||||||
bug reports on the road to Elk 4.0.
|
their useful bug reports on the road to Elk 4.0.
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
# define extern_c extern "C"
|
# define extern_c extern "C"
|
||||||
#else
|
#else
|
||||||
# define extern_c /* */
|
# define extern_c extern
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Directory separator */
|
/* Directory separator */
|
||||||
|
|
Loading…
Reference in New Issue