1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

unixfork.c needs to define flushing. (#223)

This shouldn't be an `extern` decl here as `unixfork.c` is built
into `lde` which doesn't get a copy of `main.c` linked in.
This commit is contained in:
Bruce Mitchener
2021-01-14 13:55:47 +07:00
committed by GitHub
parent fc81b26085
commit fdcc4017f7

View File

@@ -42,7 +42,7 @@
#ifdef DEBUG
/* required by DBPRINT from dbprint.h */
extern int flushing = 0;
int flushing = 0;
#endif
/* The following globals are used to communicate between Unix