diff options
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |