Removed unused macros from yasm_mac.inc.

This commit is contained in:
wbhart 2008-07-23 20:28:54 +00:00
parent 16fb8c4b62
commit b894a13301

View File

@ -1,19 +1,3 @@
%macro G_LABEL 1
%ifdef GSYM_PREFIX
_%1:
%else
%1:
%endif
%endmacro
%macro G_EXPORT 1
%ifdef GSYM_PREFIX
global _%1:function
%else
global %1:function
%endif
%endmacro
%macro G_EXTERN 1
%ifdef GSYM_PREFIX
extern _%1