summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apl9.h b/apl9.h
index b6c1138..aaa8d87 100644
--- a/apl9.h
+++ b/apl9.h
@@ -223,7 +223,7 @@ Array *fillelement(Array *);
Datum *eval(Statement *, int);
/* symbol.c */
-Symbol *getsym(Rune *);
+Symbol *getsym(Rune *, int);
void initsymtab(void);
DfnFrame *getcurrentdfn(void);
DfnFrame *pushdfnframe(Rune *);