summaryrefslogtreecommitdiff
path: root/gcc/config/i386/crtdll.h
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>2000-05-04 18:15:08 +0000
committerMumit Khan <khan@gcc.gnu.org>2000-05-04 18:15:08 +0000
commit2afc3e479c42804e47a9d30b143d6b5743b97729 (patch)
treef308b525b7f3f491a28237aa2de42b185c3ce816 /gcc/config/i386/crtdll.h
parentd34cba2bac647e5299d8f010491a120a7e468f36 (diff)
downloadgcc-2afc3e479c42804e47a9d30b143d6b5743b97729.tar.gz
cygwin.h (CPP_PREDEFINES): Don't define __STDC__.
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu> * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move attribute macros from here ... (CPP_SPEC): to here. * i386/mingw32.h (CPP_PREDEFINES): Likewise. (CPP_SPEC): Likewise. * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros. From-SVN: r33677
Diffstat (limited to 'gcc/config/i386/crtdll.h')
-rw-r--r--gcc/config/i386/crtdll.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/i386/crtdll.h b/gcc/config/i386/crtdll.h
index db479fad4dd..e8999ddf22f 100644
--- a/gcc/config/i386/crtdll.h
+++ b/gcc/config/i386/crtdll.h
@@ -24,11 +24,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D_WIN32 -DWIN32 \
- -D__MINGW32__=0.2 -DWINNT -D_X86_=1 -D__STDC__=1\
- -D__stdcall=__attribute__((__stdcall__)) \
- -D_stdcall=__attribute__((__stdcall__)) \
- -D__cdecl=__attribute__((__cdecl__)) \
- -D__declspec(x)=__attribute__((x)) \
+ -D__MINGW32__=0.2 -DWINNT -D_X86_=1 \
-Asystem(winnt)"
#undef LIBGCC_SPEC