X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.h;fp=symbol.h;h=73a2dca9622b6913ceca4cf5ae9115b154753589;hp=767799e15ae802a2fe3f2845b756f89187132b01;hb=a48737de123e304866212f5382d6fa4174d496a0;hpb=3f2bccb78ab4cd59654d521c8aedfe5512ee6608 diff --git a/symbol.h b/symbol.h index 767799e..73a2dca 100644 --- 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 *(*)());