X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=macro.h;h=753dabda2c16a1b8d447b6ddd36349e13eb51f04;hp=b4a763a9c9f687f6f535182d011a3fd0c56546e4;hb=HEAD;hpb=cbc8347d4ffea164ca05b03e4e3be39945be8777 diff --git a/macro.h b/macro.h index b4a763a..753dabd 100644 --- a/macro.h +++ b/macro.h @@ -14,6 +14,8 @@ // Exported variables extern LONG curuniq; extern TOKEN * argPtrs[]; +extern LONG reptuniq; +extern int rptlevel; // Exported functions void InitMacro(void);