OSDN Git Service

set define value
authortsutsumi <>
Mon, 29 Sep 2003 15:07:00 +0000 (15:07 +0000)
committertsutsumi <>
Mon, 29 Sep 2003 15:07:00 +0000 (15:07 +0000)
src/ccunit/CCUnitAssert.h

index 2d110c7..8d2c7e4 100644 (file)
@@ -75,7 +75,7 @@ typedef unsigned long u_long;                 /**< u_long */
 #endif
 #ifndef CCUNIT_HAVE_QUAD_T
 #ifdef CCUNIT_HAVE_INT64_T
-#define CCUNIT_HAVE_QUAD_T
+#define CCUNIT_HAVE_QUAD_T 1
 typedef int64_t quad_t;                                /**< quad_t */
 #else  /* !CCUNIT_HAVE_INT64_T */
 #if CCUNIT_HAVE_LONG_LONG