- cosmetic changes

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@124 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-24 06:18:14 +00:00
parent 6e0bbaf55e
commit 857ea8d28b

View file

@ -55,7 +55,6 @@ typedef long long intmax_t;
typedef unsigned int uintmax_t;
typedef int intmax_t;
#endif
//typedef int ssize_t;
typedef unsigned char u_char;
typedef unsigned int u_int;
typedef unsigned long u_long;
@ -63,7 +62,6 @@ typedef unsigned short u_short;
typedef unsigned long long u_quad_t;
typedef long long quad_t;
typedef unsigned long uintptr_t;
//typedef long ptrdiff_t;
#define NBBY 8 /* number of bits in a byte */
char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz";
#define hex2ascii(hex) (hex2ascii_data[hex])