From: Thomas Bersch Date: Fri, 4 Jun 2010 07:27:12 +0000 (+0000) Subject: Use UNSIGNED INT for a test. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=941c3f3eb69e7201022ef792db65762211818117;p=libfirm Use UNSIGNED INT for a test. [r27621] --- diff --git a/pbqp_t.h b/pbqp_t.h index 196681cd8..caf5b70b4 100644 --- a/pbqp_t.h +++ b/pbqp_t.h @@ -37,7 +37,7 @@ #define KAPS_ENABLE_VECTOR_NAMES 0 #define KAPS_STATISTIC 0 #define KAPS_TIMING 0 -#define KAPS_USE_UNSIGNED 0 +#define KAPS_USE_UNSIGNED 1 #if KAPS_USE_UNSIGNED typedef unsigned num;