Added a declaration of gosublabel.

This commit is contained in:
keie 1985-01-21 14:21:52 +00:00
parent 56a8cd53b6
commit a91ff9e04b
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();