Put "%expect 0" directives in the .y files
[ghc-hetmet.git] / compiler / cmm / CmmParse.y
index 3469efe..2c7ffe2 100644 (file)
@@ -63,6 +63,8 @@ import System.Exit
 #include "HsVersions.h"
 }
 
+%expect 0
+
 %token
        ':'     { L _ (CmmT_SpecChar ':') }
        ';'     { L _ (CmmT_SpecChar ';') }