diff options
author | Roland McGrath <roland@redhat.com> | 1993-02-04 18:23:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-02-04 18:23:27 +0000 |
commit | 963f33c90910df7ac2015f5ec3741e4f1c9c1ee3 (patch) | |
tree | 1a3a7a8aec8fc4916ac30785ddffd443d97ac024 | |
parent | af73694245bac3c2f7cc4e183d80ea10b678b1d7 (diff) | |
download | gunmake-963f33c90910df7ac2015f5ec3741e4f1c9c1ee3.tar.gz |
Formerly make.h.~66~
-rw-r--r-- | make.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -320,8 +320,9 @@ extern unsigned int job_slots; extern double max_load_average; extern char *program; - +extern char *starting_directory; extern unsigned int makelevel; + extern unsigned int commands_started; |