change type int8_t to signed char from type char
closes #2499 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1305 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -120,6 +120,7 @@ SIMPLE_BINARY(bool);
|
||||
SIMPLE_BINARY(float);
|
||||
SIMPLE_BINARY(double);
|
||||
SIMPLE_BINARY(long double);
|
||||
SIMPLE_BINARY(char);
|
||||
|
||||
SIMPLE_BINARY(int8_t);
|
||||
SIMPLE_BINARY(int16_t);
|
||||
|
||||
@@ -82,7 +82,7 @@ typedef unsigned char uchar;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned long ulong;
|
||||
|
||||
typedef char int8_t; typedef unsigned char uint8_t;
|
||||
typedef signed char int8_t; typedef unsigned char uint8_t;
|
||||
typedef short int16_t; typedef unsigned short uint16_t;
|
||||
|
||||
// Int should be 32 bit on all archs.
|
||||
|
||||
Reference in New Issue
Block a user