summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-02-02 23:16:46 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-02-02 23:16:46 +0000
commit882be79dc065ddbdc41d93096aedc8d25f1715d4 (patch)
treebeb8a9defb48b0b9a28bf21d3091c0bca41ae3db /apl9.h
parent64e1c7a7617c05fc5f2a80a1d503878d9b30a013 (diff)
Implement quote quad ⍞
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 18fbe7f..77966ed 100644
--- a/apl9.h
+++ b/apl9.h
@@ -400,6 +400,7 @@ Array *opReduceFirst(Datum *, Array *, Array *);
Array *opScanFirst(Datum *, Array *, Array *);
/* Global variables */
+extern Biobuf *stdin; /* main.c */
extern int traceeval; /* eval.c */
extern int debugmem; /* memory.c */
extern int datasizes[]; /* array.c */
@@ -418,3 +419,4 @@ extern QuadnameDef quadnames[]; /* quadnames.c */
extern int printprecision; /* print.c */
extern ErrorHandler globalerror; /* error.c */
extern Rune *errorstrs[]; /* error.c */
+extern int needsnewline; /* quadnames.c */ \ No newline at end of file