From f627f77f23d1497c9e1f4269b5c8812d12b42f18 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 28 Jan 2013 19:02:21 +0000 Subject: Imported Upstream version 9.5.0 --- src/preproc/pinit.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/preproc/pinit.c') diff --git a/src/preproc/pinit.c b/src/preproc/pinit.c index 9f64cb0..219735e 100644 --- a/src/preproc/pinit.c +++ b/src/preproc/pinit.c @@ -46,22 +46,6 @@ char **opt_args; { int i; - /* - * Establish predefined macros. - */ - #if CYGWIN - do_directive("#define __CYGWIN32__\n"); - do_directive("#define __CYGWIN__\n"); - do_directive("#define __unix__\n"); - do_directive("#define __unix\n"); - do_directive("#define _WIN32\n"); - do_directive("#define __WIN32\n"); - do_directive("#define __WIN32__\n"); - #else /* CYGWIN */ - do_directive("#define unix 1\n"); - do_directive(PPInit); /* defines that vary between Unix systems */ - #endif /* CYGWIN*/ - /* * look for options that affect macro definitions (-U, -D, etc). */ -- cgit v1.2.3