1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 23:44:42 +00:00

Add missing declaration/initialization of flushing flag required by DBPRINT from dbprint.h

modified:   src/unixfork.c
This commit is contained in:
Nick Briggs
2018-11-15 15:33:43 -08:00
parent 4a01c6c74e
commit 58c81a37b9

View File

@@ -94,6 +94,11 @@ typedef int clockid_t;
#include "unixfork.h"
#ifdef DEBUG
/* required by DBPRINT from dbprint.h */
extern int flushing = 0;
#endif
/* The following globals are used to communicate between Unix
subprocesses and LISP */