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 <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@531 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Carl-Daniel Hailfinger 2007-11-28 22:51:31 +00:00
parent 82ea8a8b1e
commit acf36c417f

View file

@ -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