]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 3 May 1992 21:39:39 +0000 (21:39 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 3 May 1992 21:39:39 +0000 (21:39 +0000)
From-SVN: r869

gcc/config/i386/xm-dos.h

index 9d989e89d0d05405dd258c2dced38e462e268dab..25df189de19af65128a0014a14a29a5b5fab6213 100644 (file)
@@ -2,3 +2,9 @@
 
 /* Inhibit cccp.c's definition of putenv.  */
 #define HAVE_PUTENV
+
+/* Use semicolons to separate elements of a path.  */
+#define PATH_SEPARATOR ';'
+
+/* Suffix for executable file names.  */
+#define EXECUTABLE_SUFFIX ".exe"