summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-04-07 07:21:16 +0000
committerPaul Smith <psmith@gnu.org>1997-04-07 07:21:16 +0000
commit81a97cc7043997037dec317809fb78a481df110c (patch)
treedc117c22dc40a3d94b4ba2c5acc71ac8e53582a9 /misc.c
parent86c3907cf3653f5f9f38dc5da09708cd090fcad5 (diff)
downloadmake-81a97cc7043997037dec317809fb78a481df110c.tar.gz
Changes for make 3.75.1
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index b8ce6e9c..e331f98e 100644
--- a/misc.c
+++ b/misc.c
@@ -397,7 +397,7 @@ end_of_token (s)
return s;
}
-#ifdef WIN32
+#ifdef WINDOWS32
/*
* Same as end_of_token, but take into account a stop character
*/