Enlightenment CVS committal

Author  : vacuum
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_amx.h 


Log Message:
FreeBSD fix, seems trivial enough, hopefully won't break Linux.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_amx.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- embryo_cc_amx.h     20 Apr 2004 03:50:04 -0000      1.5
+++ embryo_cc_amx.h     2 Aug 2004 15:13:26 -0000       1.6
@@ -18,7 +18,7 @@
  *      misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source distribution.
  *
- *  Version: $Id: embryo_cc_amx.h,v 1.5 2004/04/20 03:50:04 raster Exp $
+ *  Version: $Id: embryo_cc_amx.h,v 1.6 2004/08/02 15:13:26 vacuum Exp $
  */
 
 #include "embryo_cc_osdefs.h"
@@ -31,11 +31,15 @@
   /* The ISO C99 defines the int16_t and int_32t types. If the compiler got
    * here, these types are probably undefined.
    */
-# ifndef HAVE_STDINT_H
+# ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+# else
+#  ifndef HAVE_STDINT_H
 typedef short int   int16_t;
 typedef unsigned short int uint16_t;
 typedef int         int32_t;
 typedef unsigned int uint32_t;
+#  endif
 # endif
 #endif
 




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to