summaryrefslogtreecommitdiff
path: root/vmsify.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-21 05:53:23 +0000
committerPaul Smith <psmith@gnu.org>1999-07-21 05:53:23 +0000
commit588da9812e055fbceb900c350ab406f97eccbf37 (patch)
treecc291944695d7e922ac93c5ae293289349acd7d5 /vmsify.c
parent73846549f62b832ca6ff761ad3640a86d3b32c86 (diff)
downloadgunmake-588da9812e055fbceb900c350ab406f97eccbf37.tar.gz
* Add configure option to enable dmalloc library.
* Various code cleanups.
Diffstat (limited to 'vmsify.c')
-rw-r--r--vmsify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vmsify.c b/vmsify.c
index 8d242d7..b8b86a6 100644
--- a/vmsify.c
+++ b/vmsify.c
@@ -403,7 +403,7 @@ vmsify (name, type)
{
if (*(s2-1) == '.') /* ends in '.]' */
{
- if (strncmp (fptr, "000000", 6) != 0)
+ if (!strneq (fptr, "000000", 6))
rooted = 0;
}
else
@@ -661,7 +661,7 @@ vmsify (name, type)
nstate = N_OPEN;
break;
}
- }
+ }
}
}
else
@@ -840,7 +840,7 @@ vmsify (name, type)
}
while (state > 0);
-
+
}