Author: hailfinger
Date: 2007-11-28 23:51:31 +0100 (Wed, 28 Nov 2007)
New Revision: 531
Modified:
LinuxBIOSv3/include/shared.h
Log:
Fix SHARED macros in the non-_MAINOBJECT case. The patch I sent earlier
(which was committed) was unfortunately generated from the wrong tree.
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Modified: LinuxBIOSv3/include/shared.h
===================================================================
--- LinuxBIOSv3/include/shared.h 2007-11-28 22:50:00 UTC (rev 530)
+++ LinuxBIOSv3/include/shared.h 2007-11-28 22:51:31 UTC (rev 531)
@@ -43,7 +43,7 @@
ret (*func)(args) attr= stage0_##func
#else
#define EXTERN(func, ret, attr, args...) \
- ret *func(args) attr
+ extern ret (*func)(args) attr
#endif
#else
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios