X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FParsePkgConf.y;h=6028af89ce7270ecd88edbc7949207b9ccb05d48;hp=1e24ab4017e9447552b8161eb380d31ce9effd78;hb=7bb3d1fc79521d591cd9f824893963141a7997b6;hpb=831a35dd00faff195cf938659c2dd736192b865f diff --git a/compiler/main/ParsePkgConf.y b/compiler/main/ParsePkgConf.y index 1e24ab4..6028af8 100644 --- a/compiler/main/ParsePkgConf.y +++ b/compiler/main/ParsePkgConf.y @@ -24,6 +24,8 @@ import Panic } +%expect 0 + %token '{' { L _ ITocurly } '}' { L _ ITccurly }