cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/windows-NT config.h config.h.in stamp-chi


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/windows-NT config.h config.h.in stamp-chi
Date: Tue, 25 Apr 2006 20:03:42 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/04/25 20:03:42

Modified files:
        windows-NT     : config.h config.h.in stamp-chi 

Log message:
        Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.diff?tr1=1.179&tr2=1.180&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.in.diff?tr1=1.107&tr2=1.108&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/stamp-chi.diff?tr1=1.93&tr2=1.94&r1=text&r2=text

Patches:
Index: ccvs/windows-NT/config.h
diff -u ccvs/windows-NT/config.h:1.179 ccvs/windows-NT/config.h:1.180
--- ccvs/windows-NT/config.h:1.179      Mon Apr 24 18:50:27 2006
+++ ccvs/windows-NT/config.h    Tue Apr 25 20:03:42 2006
@@ -1251,6 +1251,27 @@
 /* Define to rpl_ if the openat replacement function should be used. */
 #undef __OPENAT_PREFIX
 
+#ifndef __attribute__
+  /* Function attributes are available in gcc versions 2.5 and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
+#  define __attribute__(Spec) /* empty */
+# endif
+# if __GNUC__ == 2 && __GNUC_MINOR__ < 96
+#   define __pure__    /* empty */
+# endif
+# if __GNUC__ < 3
+#   define __malloc__  /* empty */
+# endif
+  /* The __-protected variants of `format' and `printf' attributes
+     are accepted by gcc versions 2.6.4 (effectively 2.7) and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
+#   define __const__   const
+#   define __format__  format
+#   define __noreturn__        noreturn
+#   define __printf__  printf
+# endif
+#endif /* __attribute__ */
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
Index: ccvs/windows-NT/config.h.in
diff -u ccvs/windows-NT/config.h.in:1.107 ccvs/windows-NT/config.h.in:1.108
--- ccvs/windows-NT/config.h.in:1.107   Mon Apr 24 18:50:27 2006
+++ ccvs/windows-NT/config.h.in Tue Apr 25 20:03:42 2006
@@ -1244,6 +1244,27 @@
 /* Define to rpl_ if the openat replacement function should be used. */
 #undef __OPENAT_PREFIX
 
+#ifndef __attribute__
+  /* Function attributes are available in gcc versions 2.5 and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
+#  define __attribute__(Spec) /* empty */
+# endif
+# if __GNUC__ == 2 && __GNUC_MINOR__ < 96
+#   define __pure__    /* empty */
+# endif
+# if __GNUC__ < 3
+#   define __malloc__  /* empty */
+# endif
+  /* The __-protected variants of `format' and `printf' attributes
+     are accepted by gcc versions 2.6.4 (effectively 2.7) and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
+#   define __const__   const
+#   define __format__  format
+#   define __noreturn__        noreturn
+#   define __printf__  printf
+# endif
+#endif /* __attribute__ */
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
Index: ccvs/windows-NT/stamp-chi
diff -u ccvs/windows-NT/stamp-chi:1.93 ccvs/windows-NT/stamp-chi:1.94
--- ccvs/windows-NT/stamp-chi:1.93      Mon Apr 24 18:50:27 2006
+++ ccvs/windows-NT/stamp-chi   Tue Apr 25 20:03:42 2006
@@ -1244,6 +1244,27 @@
 /* Define to rpl_ if the openat replacement function should be used. */
 #undef __OPENAT_PREFIX
 
+#ifndef __attribute__
+  /* Function attributes are available in gcc versions 2.5 and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
+#  define __attribute__(Spec) /* empty */
+# endif
+# if __GNUC__ == 2 && __GNUC_MINOR__ < 96
+#   define __pure__    /* empty */
+# endif
+# if __GNUC__ < 3
+#   define __malloc__  /* empty */
+# endif
+  /* The __-protected variants of `format' and `printf' attributes
+     are accepted by gcc versions 2.6.4 (effectively 2.7) and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
+#   define __const__   const
+#   define __format__  format
+#   define __noreturn__        noreturn
+#   define __printf__  printf
+# endif
+#endif /* __attribute__ */
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]