X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.h;h=e183b432d5a50ad861726d1c94af38d2574893a1;hp=eaf9107d1a52c055842f18686190bdf8ae04a1d8;hb=062214e62031c26d372edc2e68473ebb64f6a506;hpb=bcd800a128cf43be03cf6a7ea54b4fc404b3ed8d diff --git a/symbol.h b/symbol.h index eaf9107..e183b43 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 sym_decl(SYM *); +void AddToSymbolOrderList(SYM *); int syg_fix(void); int symtable(void); int sy_assign(char *, char *(*)());