Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_amx.h 


Log Message:


fix

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_amx.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- embryo_cc_amx.h     25 Mar 2004 02:07:28 -0000      1.2
+++ embryo_cc_amx.h     25 Mar 2004 02:14:56 -0000      1.3
@@ -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.2 2004/03/25 02:07:28 raster Exp $
+ *  Version: $Id: embryo_cc_amx.h,v 1.3 2004/03/25 02:14:56 raster Exp $
  */
 
 #if defined LINUX
@@ -33,10 +33,16 @@
   /* The ISO C99 defines the int16_t and int_32t types. If the compiler got
    * here, these types are probably undefined.
    */
-# ifndef __uint32_t_defined
+# ifndef __int16_t_defined
 typedef short int           int16_t;
+# endif
+# ifndef __uint16_t_defined
 typedef unsigned short int  uint16_t;
+# endif
+# ifndef __int32_t_defined
 typedef int                 int32_t;
+# endif
+# ifndef __uint32_t_defined
 typedef unsigned int        uint32_t;
 # endif
 #endif




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to