Formerly make.h.~53~

This commit is contained in:
Roland McGrath 1992-08-02 11:28:00 +00:00
parent 92df7dd504
commit 24c9aabe16

3
make.h
View file

@ -305,6 +305,3 @@ 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;