Rename macro functions with proper prefix

This commit is contained in:
ISSOtm
2020-03-13 23:20:27 +01:00
parent ffdb1fbfe5
commit a259f53b52
7 changed files with 41 additions and 41 deletions

View File

@@ -605,7 +605,7 @@ size_t CopyMacroArg(char *dest, size_t maxLength, char c)
return 0;
}
s = sym_FindMacroArg(argNum);
s = macro_FindArg(argNum);
if (s == NULL)
fatalerror("Macro argument not defined");