summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-26 07:08:57 +0000
committerPaul Smith <psmith@gnu.org>1999-03-26 07:08:57 +0000
commitecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28 (patch)
tree9b35d9bcb21f2bd765743bc7abe67a97c34a52cc /make.h
parentc4353af3f9b143b213644c09da5cf46ef611b250 (diff)
downloadgunmake-ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28.tar.gz
* Manual updates: added xrefs, some typos sent by users.
* Change the build env. to not link libglob.a unless we need it.
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) \