X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=macro.h;fp=macro.h;h=753dabda2c16a1b8d447b6ddd36349e13eb51f04;hb=721ff28e6654c3841990312ed33a70be8d5df22b;hp=b4a763a9c9f687f6f535182d011a3fd0c56546e4;hpb=58c0626339e0d7f57818835b068c3d666dc82459;p=rmac 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);