From 46f4daeb96399cf28d5ee1b977e397c65b4135a7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 3 May 1992 21:34:49 +0000 Subject: [PATCH] Initial revision From-SVN: r868 --- gcc/config/i386/xm-dos.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gcc/config/i386/xm-dos.h diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h new file mode 100644 index 00000000000..9d989e89d0d --- /dev/null +++ b/gcc/config/i386/xm-dos.h @@ -0,0 +1,4 @@ +#include "xm-i386.h" + +/* Inhibit cccp.c's definition of putenv. */ +#define HAVE_PUTENV -- 2.30.2