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