From 6f847468df658659e3e5e19afd361b194f2bc41a Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 24 Sep 2003 09:14:51 +0000 Subject: [PATCH] * 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 --- AUTHORS | 4 ++-- include/site.h.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6efddaa..b1c996c 100644 --- a/AUTHORS +++ b/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 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. diff --git a/include/site.h.in b/include/site.h.in index 0ea0418..d9f9536 100644 --- a/include/site.h.in +++ b/include/site.h.in @@ -54,7 +54,7 @@ #if defined(__cplusplus) # define extern_c extern "C" #else -# define extern_c /* */ +# define extern_c extern #endif /* Directory separator */