bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Trivial patch to silence warning


From: Art Haas
Subject: [PATCH] Trivial patch to silence warning
Date: Fri, 2 May 2003 08:23:11 -0500
User-agent: Mutt/1.5.4i

Hi.

This trivial patch fixes a warning about things appearing after an #endif.

Art Haas

Index: job.c
===================================================================
RCS file: /cvsroot/make/make/job.c,v
retrieving revision 1.149
diff -u -u -r1.149 job.c
--- job.c       2 May 2003 01:44:59 -0000       1.149
+++ job.c       2 May 2003 13:21:22 -0000
@@ -3444,7 +3444,7 @@
             free (buf);
        }
     }
-#endif __EMX__
+#endif /* __EMX__ */
 
     ifs = allocated_variable_expand_for_file ("$(IFS)", file);
 
-- 
To announce that there must be no criticism of the President, or that we
are to stand by the President, right or wrong, is not only unpatriotic
and servile, but is morally treasonable to the American public.
 -- Theodore Roosevelt, Kansas City Star, 1918




reply via email to

[Prev in Thread] Current Thread [Next in Thread]