diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-17 21:29:06 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-17 21:29:06 +0000 |
| commit | 37721c830937200b9e0c48230cdd69d1bdf4ec69 (patch) | |
| tree | e486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/parse.c | |
| parent | 0fd9fa89a98b14d8c6d0c6a16ef9e4c8c3ac8428 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index d4831f15fc77b..d848c62803bc9 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1259,7 +1259,7 @@ Parse_IsVar (line) Boolean wasSpace = FALSE; /* set TRUE if found a space */ Boolean haveName = FALSE; /* Set TRUE if have a variable name */ int level = 0; -#define ISEQOPERATOR(c) \ +#define ISEQOPERATOR(c) \ (((c) == '+') || ((c) == ':') || ((c) == '?') || ((c) == '!')) /* |
