|
From: <sv...@va...> - 2011-07-26 18:15:24
|
Author: weidendo
Date: 2011-07-26 19:10:35 +0100 (Tue, 26 Jul 2011)
New Revision: 11915
Log:
Unbreak lackey --detailed-counts=yes after r11604
Modified:
trunk/lackey/lk_main.c
Modified: trunk/lackey/lk_main.c
===================================================================
--- trunk/lackey/lk_main.c 2011-07-25 08:46:56 UTC (rev 11914)
+++ trunk/lackey/lk_main.c 2011-07-26 18:10:35 UTC (rev 11915)
@@ -301,7 +301,7 @@
/* --- Types --- */
-#define N_TYPES 9
+#define N_TYPES 10
static Int type2index ( IRType ty )
{
|