summaryrefslogtreecommitdiff
path: root/vmsify.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-08-27 20:30:54 +0000
committerPaul Smith <psmith@gnu.org>1997-08-27 20:30:54 +0000
commitbe3fb0ae6d6870dbc1b4d03447afcf3b0fed3114 (patch)
treef27c2e1c6f3e1f7cc747cad0452734c4c917b208 /vmsify.c
parentdd0c939e781596fec17f8c72cbe6e3559e703fd8 (diff)
downloadgunmake-be3fb0ae6d6870dbc1b4d03447afcf3b0fed3114.tar.gz
Updates for GNU make 3.75.92.
Diffstat (limited to 'vmsify.c')
-rw-r--r--vmsify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vmsify.c b/vmsify.c
index d457e65..35e30bd 100644
--- a/vmsify.c
+++ b/vmsify.c
@@ -330,9 +330,9 @@ vmsify (name, type)
else
{
strcpy (vptr, "[.");
- nstate = N_DOT;
vptr += 2;
copyto (&vptr, &fptr, '/', 1);
+ nstate = N_OPEN;
state = 9;
}
}
@@ -738,6 +738,7 @@ vmsify (name, type)
s = strchr (vptr, ']');
if (s != 0)
{
+ nstate = N_OPEN;
while (s > vptr)
{
s--;