diff options
-rw-r--r-- | make.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |