Added a declaration of gosublabel.
authorkeie <none@none>
Mon, 21 Jan 1985 14:21:52 +0000 (14:21 +0000)
committerkeie <none@none>
Mon, 21 Jan 1985 14:21:52 +0000 (14:21 +0000)
lang/basic/src.old/graph.h
lang/basic/src.old/symbols.h

index acd56e1..de6d0ae 100644 (file)
@@ -32,3 +32,5 @@ extern Linerecord     *firstline,
                *currline, 
                *lastline;
 extern List    *forwardlabel;
+
+extern List    *gosublabel();
index 0cef2aa..a575d1d 100644 (file)
@@ -81,3 +81,5 @@ typedef struct SYMBOL{
        int     parmsize;
        int     isparam;
 } Symbol;
+
+extern Symbol *srchsymbol();