summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-07-19 02:46:25 +0000
committerPaul Smith <psmith@gnu.org>2003-07-19 02:46:25 +0000
commite3986eea432878243eabefeb15f981f9e945b70c (patch)
treedbcac71f3a122b168f830d7fe525a18efe07f885 /job.c
parent1a5beef51f5c32081116e502c1c90a3e32813020 (diff)
downloadgunmake-e3986eea432878243eabefeb15f981f9e945b70c.tar.gz
Minor updates for Windows and OS/2.
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index 1ee444a..755c814 100644
--- a/job.c
+++ b/job.c
@@ -3444,7 +3444,7 @@ construct_command_argv (char *line, char **restp, struct file *file,
free (buf);
}
}
-#endif __EMX__
+#endif /* __EMX__ */
ifs = allocated_variable_expand_for_file ("$(IFS)", file);