microperl should use *signed* char for i8, as (plain) char might be unsigned.
authorNicholas Clark <nick@ccl4.org>
Sat, 26 Mar 2011 20:59:15 +0000 (20:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Mar 2011 09:21:48 +0000 (10:21 +0100)
uconfig.h
uconfig.sh

index 44ab0b3..fb8db13 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  */
 #define        IVTYPE          long            /**/
 #define        UVTYPE          unsigned long           /**/
-#define        I8TYPE          char            /**/
+#define        I8TYPE          signed char             /**/
 #define        U8TYPE          unsigned char           /**/
 #define        I16TYPE         short   /**/
 #define        U16TYPE         unsigned short  /**/
 
 /* Generated from:
  * 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH
- * e2fe24c48912191bb7514cbd185016bb4cf5fe5e29b5effc78b3885a7f8d07a7 uconfig.sh
+ * c59d2b1fc6a313e8ff46597b14976c14307b9504013fb059305440a127074130 uconfig.sh
  * ex: set ro: */
index 15757fc..1f6d080 100644 (file)
@@ -539,7 +539,7 @@ i32type='long'
 i64size='8'
 i64type='int64_t'
 i8size='1'
-i8type='char'
+i8type='signed char'
 i_arpainet='undef'
 i_assert='define'
 i_bsdioctl=''