Formerly make.h.~52~

This commit is contained in:
Roland McGrath 1992-08-02 09:10:08 +00:00
parent f4c3f77b96
commit a98a648754

3
make.h
View file

@ -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;