]> Shamusworld >> Repos - rmac/blobdiff - symbol.h
Fixed a nasty bug that dropped symbols that shouldn't have been.
[rmac] / symbol.h
index 767799e15ae802a2fe3f2845b756f89187132b01..73a2dca9622b6913ceca4cf5ae9115b154753589 100644 (file)
--- a/symbol.h
+++ b/symbol.h
@@ -44,7 +44,7 @@ extern char subttl[];
 SYM * lookup(char *, int, int);
 void InitSymbolTable(void);
 SYM * NewSymbol(char *, int, int);
-void AddToSymbolOrderList(SYM *);
+void AddToSymbolDeclarationList(SYM *);
 void ForceUndefinedSymbolsGlobal(void);
 int symtable(void);
 int sy_assign(char *, char *(*)());