]> Shamusworld >> Repos - rmac/blobdiff - macro.h
Version bump for last commit. :-)
[rmac] / macro.h
diff --git a/macro.h b/macro.h
index b4a763a9c9f687f6f535182d011a3fd0c56546e4..753dabda2c16a1b8d447b6ddd36349e13eb51f04 100644 (file)
--- 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);