Added a declaration of gosublabel.

This commit is contained in:
keie 1985-01-21 14:21:52 +00:00
parent ac043a42de
commit 9ced1efe34
2 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,5 @@ extern Linerecord *firstline,
*currline,
*lastline;
extern List *forwardlabel;
extern List *gosublabel();

View File

@ -81,3 +81,5 @@ typedef struct SYMBOL{
int parmsize;
int isparam;
} Symbol;
extern Symbol *srchsymbol();