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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user