Added a declaration of gosublabel.
This commit is contained in:
parent
56a8cd53b6
commit
a91ff9e04b
@ -32,3 +32,5 @@ extern Linerecord *firstline,
|
|||||||
*currline,
|
*currline,
|
||||||
*lastline;
|
*lastline;
|
||||||
extern List *forwardlabel;
|
extern List *forwardlabel;
|
||||||
|
|
||||||
|
extern List *gosublabel();
|
||||||
|
|||||||
@ -81,3 +81,5 @@ typedef struct SYMBOL{
|
|||||||
int parmsize;
|
int parmsize;
|
||||||
int isparam;
|
int isparam;
|
||||||
} Symbol;
|
} Symbol;
|
||||||
|
|
||||||
|
extern Symbol *srchsymbol();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user