OSDN Git Service

move typdefs to CCUnitAssert.h
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 14 Sep 2003 18:55:56 +0000 (18:55 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 14 Sep 2003 18:55:56 +0000 (18:55 +0000)
src/ccunit/CCUnitConfig.h

index 9eabb66..c4bdc79 100644 (file)
 #define false (0)                              /**< false */
 #endif
 
-#ifndef HAVE_U_CHAR
-typedef unsigned char u_char;
-#endif
-#ifndef HAVE_U_INT
-typedef unsigned int u_int;
-#endif
-#ifndef HAVE_U_SHORT
-typedef unsigned short u_short;
-#endif
-#ifndef HAVE_U_LONG
-typedef unsigned long u_long;
-#endif
-
-typedef char* _ccunit_str_t;
-typedef void* _ccunit_ptr_t;
-
-#define _CCUNIT_CONCAT(A,B) A ## B
-#define _CCUNIT_TOSTR(S) #S
-
 /**
  * safty free memory.
  * Omits dmalloc's free(NULL) warning.