0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-24 10:31:35 +00:00

needed EXPORT in both ends if the #if/#else/#endif

This commit is contained in:
Bill Currie 2004-02-18 03:19:57 +00:00
parent 768de2df0e
commit e5ae0b4979

View file

@ -67,6 +67,7 @@ C(name):
#define F_BEGIN(name) \
.globl C(name) ;\
EXPORT(name) ;\
C(name):
#define F_END(name)