X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=macro.h;h=06274ecdeafb3dab138df186319cf329e8f50187;hp=3884ac7aae4583f011a6450e2e9c91da71b0a641;hb=968958cccf9201debee2cb0d4856cb5b55c6867d;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/macro.h b/macro.h index 3884ac7..06274ec 100644 --- a/macro.h +++ b/macro.h @@ -11,13 +11,11 @@ #include "rmac.h" -// Globals, externals etc +// Exported variables extern LONG curuniq; -//extern TOKEN ** argp; -//extern int mjump_align; extern TOKEN * argPtrs[]; -// Prototypes +// Exported functions void InitMacro(void); int ExitMacro(void); int DefineMacro(void);