mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 16:19:10 +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:
parent
fc81b26085
commit
fdcc4017f7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user