summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'make.h')
-rw-r--r--make.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/make.h b/make.h
index b170d59..76a747b 100644
--- a/make.h
+++ b/make.h
@@ -297,8 +297,7 @@ extern char *alloca ();
# define streq(a, b) (strcmp ((a), (b)) == 0)
# define strieq(a, b) (strcmp ((a), (b)) == 0)
#endif
-
-#define strneq(a, b, n) (strncmp((a), (b), (n)) == 0)
+#define strneq(a, b, l) (strncmp ((a), (b), (l)) == 0)
/* Add to VAR the hashing value of C, one character in a name. */
#define HASH(var, c) \