Removing unintended asn_system.h-change.

This commit is contained in:
lotodore
2011-10-26 21:47:25 +00:00
parent 0230edaec2
commit 60b96976b8
+1 -1
View File
@@ -39,7 +39,7 @@
#endif
#ifndef ASSUMESTDTYPES /* Standard types have been defined elsewhere */
#define ssize_t SSIZE_T
//typedef char int8_t;
typedef char int8_t;
typedef short int16_t;
typedef int int32_t;
typedef unsigned char uint8_t;