Commit d19814a3 by Marc Lehmann Committed by Jeff Law

xm-go32.h (EXECUTABLE_SUFFIX): Define.

        * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
        (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.

From-SVN: r17064
parent 09fb2c77
Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
* i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
(DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
1997-11-13 Dave Love <d.love@dl.ac.uk>
* i386/linux.h (STACK_BOUNDARY): Define as 64 for glibc2.
......
......@@ -26,3 +26,11 @@ Boston, MA 02111-1307, USA. */
/* Use semicolons to separate elements of a path. */
#define PATH_SEPARATOR ';'
#define EXECUTABLE_SUFFIX ".exe"
/* Even though we support "/", allow "\" since everybody tests both. */
#define DIR_SEPARATOR '\\'
#define NO_SYS_SIGLIST 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment