From: Richard Stallman Date: Sun, 3 May 1992 21:39:39 +0000 (+0000) Subject: entered into RCS X-Git-Tag: misc/cutover-egcs-0~13062 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17e256d318151f6f6948325f37cf585bd605d6d5;p=thirdparty%2Fgcc.git entered into RCS From-SVN: r869 --- diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index 9d989e89d0d0..25df189de19a 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -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"