diff options
author | harti <harti@FreeBSD.org> | 2005-05-10 14:06:19 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-05-10 14:06:19 +0000 |
commit | cb3c429895e388d8e36394ff2da6fa84ab71dad1 (patch) | |
tree | ddc9181d1cb567d5cb2c0a93e230bcce7c8af26a /usr.bin/make/job.h | |
parent | 3a6b30eead99f1ccb10d79b6111060ece6811f89 (diff) | |
download | FreeBSD-src-cb3c429895e388d8e36394ff2da6fa84ab71dad1.zip FreeBSD-src-cb3c429895e388d8e36394ff2da6fa84ab71dad1.tar.gz |
Make shellPath and shellName static - they're used in job.c only.
Move definition of parsing error levels from make.h into parse.h.
Patches: 7.202,7.203
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r-- | usr.bin/make/job.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index f2628c3..987b5fd 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -56,8 +56,6 @@ struct Buffer; struct GNode; struct Lst; -extern char *shellPath; -extern char *shellName; extern int maxJobs; /* Number of jobs that may run */ void Shell_Init(void); |