OSDN Git Service

* i386/crtdll.h (CPP_PREDEFINES): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Oct 1998 11:08:59 +0000 (11:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Oct 1998 11:08:59 +0000 (11:08 +0000)
        * i386/mingw32.h (CPP_PREDEFINES): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23292 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/crtdll.h
gcc/config/i386/mingw32.h

index 09616d2..4cd50f6 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct 25 12:07:00 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * i386/crtdll.h (CPP_PREDEFINES): Fix typo.
+       * i386/mingw32.h (CPP_PREDEFINES): Likewise.
+
 Fri Oct 23 23:42:03 1998  David Edelsohn  <edelsohn@mhpcc.edu>
 
        * loop.c (loop_has_tablejump): New variable.
index 9a6d9a1..f7eaf2b 100644 (file)
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
 #define CPP_PREDEFINES "-Di386 -D_WIN32 -DWIN32 -D__WIN32__ \
   -D__MINGW32__ -DWINNT  -D_X86_=1 -D__STDC__=1\
   -D__stdcall=__attribute__((__stdcall__)) \
-  _D_stdcall=__attribute__((__stdcall__)) \
+  -D_stdcall=__attribute__((__stdcall__)) \
   -D__cdecl=__attribute__((__cdecl__)) \
   -D__declspec(x)=__attribute__((x)) \
   -Asystem(winnt) -Acpu(i386) -Amachine(i386)"
index a320a61..cd4d3e6 100644 (file)
@@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */
 #define CPP_PREDEFINES "-Di386 -D_WIN32 -DWIN32 -D__WIN32__ \
   -D__MINGW32__ -D__MSVCRT__ -DWINNT  -D_X86_=1 -D__STDC__=1\
   -D__stdcall=__attribute__((__stdcall__)) \
-  _D_stdcall=__attribute__((__stdcall__)) \
+  -D_stdcall=__attribute__((__stdcall__)) \
   -D__cdecl=__attribute__((__cdecl__)) \
   -D__declspec(x)=__attribute__((x)) \
   -Asystem(winnt) -Acpu(i386) -Amachine(i386)"