aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-17 21:29:06 +0000
commit37721c830937200b9e0c48230cdd69d1bdf4ec69 (patch)
treee486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/parse.c
parent0fd9fa89a98b14d8c6d0c6a16ef9e4c8c3ac8428 (diff)
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c2
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) == '!'))
/*