Remove inconsistent version numbering.

This commit is contained in:
Anthony J. Bentley
2014-09-25 20:56:15 -06:00
parent 3992ce2502
commit 0d07caba60
6 changed files with 1 additions and 33 deletions

View File

@@ -873,7 +873,6 @@ sym_Init(void)
p_NARGSymbol = findsymbol("_NARG", NULL);
p_NARGSymbol->Callback = Callback_NARG;
sym_AddEqu("__ASM__", (SLONG) (atof(ASM_VERSION) * 65536));
sym_AddSet("_RS", 0);
if (time(&tod) != -1) {