From a98a648754ae7f087238cb9097548bddadbb9a1c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 2 Aug 1992 09:10:08 +0000 Subject: Formerly make.h.~52~ --- make.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make.h b/make.h index 49c2522..30ed55f 100644 --- a/make.h +++ b/make.h @@ -305,3 +305,6 @@ extern unsigned int makelevel; #define DEBUGPR(msg) \ do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \ fflush (stdout); } while (0) + +/* !!! compile frob */ + int compiling; -- cgit v1.2.3