]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/_mingw.h: Define __attribute__((x)) to nothing
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 21 Oct 2003 09:50:47 +0000 (09:50 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 21 Oct 2003 09:50:47 +0000 (09:50 +0000)
if not __GNUC__.

winsup/mingw/ChangeLog
winsup/mingw/include/_mingw.h

index 00f46153ab9c58832057b4d2c09af10143ef9078..4268822f3d7310a350d54a6ee38cae9bbe167d05 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-21  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/_mingw.h: Define __attribute__((x)) to nothing
+       if not __GNUC__.
+
 2003-10-21  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/complex.h: New file.
index 3aa44536366a60f16ec28fa4cabba33a36bb5b9f..c5cbb4cc0c0fb97dbd70a808163dbe7f51f033bc 100644 (file)
@@ -52,6 +52,7 @@
 #  define _CRTIMP  __declspec(dllimport)
 # endif
 # define __DECLSPEC_SUPPORTED
+# define __attribute__(x) /* nothing */
 #else /* __GNUC__ */
 # ifdef __declspec
 #  ifndef __MINGW_IMPORT
This page took 0.033222 seconds and 5 git commands to generate.