svn commit: trunk/busybox/include

pkj at busybox.net pkj at busybox.net
Thu Jan 18 10:26:08 UTC 2007


Author: pkj
Date: 2007-01-18 02:26:07 -0800 (Thu, 18 Jan 2007)
New Revision: 17362

Log:
Use char for smallint on CRIS as well.


Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2007-01-18 08:41:22 UTC (rev 17361)
+++ trunk/busybox/include/libbb.h	2007-01-18 10:26:07 UTC (rev 17362)
@@ -224,7 +224,7 @@
 
 
 /* Size-saving "small" ints (arch-dependent) */
-#if defined(i386) || defined(__x86_64__) || defined(__mips__)
+#if defined(i386) || defined(__x86_64__) || defined(__mips__) || defined(__cris__)
 /* add other arches which benefit from this... */
 typedef signed char smallint;
 typedef unsigned char smalluint;




More information about the busybox-cvs mailing list