summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-24 00:40:00 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-24 00:40:00 +0000
commit63c5e49a32fb7bdb98c0d34f2d75ee2621ee4c68 (patch)
treec1fa0a6730b070d2e2bc454f6f665ab50e5f6b09 /apl9.h
parent464110afe0599efa5b876eb398769cdbf2a0c1df (diff)
Fix symbol lookup
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 *);