]> Shamusworld >> Repos - rmac/blobdiff - macro.h
FPU instructions debugged and stricter checks enforced
[rmac] / macro.h
diff --git a/macro.h b/macro.h
index 1a067130a64faef7fec8c2c9dfd0fdc6639dedf6..00623143ee27f559976d7e7713bea60ec7c352b5 100644 (file)
--- a/macro.h
+++ b/macro.h
@@ -19,7 +19,7 @@ extern TOKEN * argPtrs[];
 void InitMacro(void);
 int ExitMacro(void);
 int DefineMacro(void);
-int DefineRept(void);
+int HandleRept(void);
 int InvokeMacro(SYM *, WORD);
 
 #endif // __MACRO_H__