From 431eee16e4e68228e3678550187b22302091631f Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 20 Sep 2006 22:30:52 +0000 Subject: [PATCH] Do not pass -D__ICARUS__ to ivlpp. --- driver/main.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/driver/main.c b/driver/main.c index 11799d330..19f71547d 100644 --- a/driver/main.c +++ b/driver/main.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: main.c,v 1.69 2006/07/26 00:11:40 steve Exp $" +#ident "$Id: main.c,v 1.70 2006/09/20 22:30:52 steve Exp $" #endif # include "config.h" @@ -708,7 +708,7 @@ int main(int argc, char **argv) /* Write the preprocessor command needed to preprocess a single file. This may be used to preprocess library files. */ - fprintf(iconfig_file, "ivlpp:%s%civlpp -D__ICARUS__ -L -F%s\n", + fprintf(iconfig_file, "ivlpp:%s%civlpp -L -F%s\n", pbase, sep, defines_path); /* Done writing to the iconfig file. Close it now. */ @@ -721,6 +721,9 @@ int main(int argc, char **argv) /* * $Log: main.c,v $ + * Revision 1.70 2006/09/20 22:30:52 steve + * Do not pass -D__ICARUS__ to ivlpp. + * * Revision 1.69 2006/07/26 00:11:40 steve * Pass depfiles through temp defines file. *