dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_values.h,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_values.h,1.15,1.16
Date: Thu, 06 Feb 2003 19:26:29 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv16499/include

Modified Files:
        il_values.h 
Log Message:


Change the definition of ILInt8 from "char" to "signed char", because
the s390 "char" is unsigned.


Index: il_values.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_values.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** il_values.h 13 Dec 2002 11:24:47 -0000      1.15
--- il_values.h 7 Feb 2003 00:26:27 -0000       1.16
***************
*** 43,47 ****
   * Define the 8-bit and 16-bit numeric types.
   */
! typedef char                                          ILInt8;
  typedef unsigned char                         ILUInt8;
  typedef short                                         ILInt16;
--- 43,47 ----
   * Define the 8-bit and 16-bit numeric types.
   */
! typedef signed char                                   ILInt8;
  typedef unsigned char                         ILUInt8;
  typedef short                                         ILInt16;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]