mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
needed EXPORT in both ends if the #if/#else/#endif
This commit is contained in:
parent
768de2df0e
commit
e5ae0b4979
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ C(name):
|
|||
|
||||
#define F_BEGIN(name) \
|
||||
.globl C(name) ;\
|
||||
EXPORT(name) ;\
|
||||
C(name):
|
||||
|
||||
#define F_END(name)
|
||||
|
|
Loading…
Reference in a new issue