From 8d84d843da4886861b2b27236b413ad135666653 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 22 Mar 2008 14:06:41 +0000 Subject: [PATCH] -DDEBUG build fix --- compiler/simplStg/SRT.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/simplStg/SRT.lhs b/compiler/simplStg/SRT.lhs index 5618cb1..dfd9832 100644 --- a/compiler/simplStg/SRT.lhs +++ b/compiler/simplStg/SRT.lhs @@ -144,7 +144,7 @@ srtExpr table (StgLetNoEscape live1 live2 bind body) StgLetNoEscape live1 live2 bind' body' #ifdef DEBUG -srtExpr table expr = pprPanic "srtExpr" (ppr expr) +srtExpr _table expr = pprPanic "srtExpr" (ppr expr) #endif srtAlt :: IdEnv Int -> StgAlt -> StgAlt -- 1.7.10.4