Enlightenment CVS committal

Author  : vapier
Project : eterm
Module  : libast

Dir     : eterm/libast/include


Modified Files:
        libast.h 


Log Message:
only define STRICT_ISO_C99 if it isnt already defined
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- libast.h    7 Jun 2005 20:32:37 -0000       1.59
+++ libast.h    14 Jul 2005 04:31:24 -0000      1.60
@@ -30,8 +30,8 @@
  * including all required system headers and LibAST Object headers.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.59 $
- * @date $Date: 2005/06/07 20:32:37 $
+ * @version $Revision: 1.60 $
+ * @date $Date: 2005/07/14 04:31:24 $
  */
 
 #ifndef _LIBAST_H_
@@ -81,7 +81,7 @@
 #endif
 
 #ifdef __GNUC__
-#  if __GNUC__ >= 4
+#  if __GNUC__ >= 4 && !defined(STRICT_ISO_C99)
 #    define STRICT_ISO_C99
 #  endif
 #else




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to