diff options
Diffstat (limited to 'compiler/parser')
-rw-r--r-- | compiler/parser/HaddockParse.y | 2 | ||||
-rw-r--r-- | compiler/parser/ParserCore.y | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/compiler/parser/HaddockParse.y b/compiler/parser/HaddockParse.y index 8a46bea82a..c0f64d45ad 100644 --- a/compiler/parser/HaddockParse.y +++ b/compiler/parser/HaddockParse.y @@ -17,6 +17,8 @@ import HsSyn import RdrName } +%expect 0 + %tokentype { Token } %token '/' { TokSpecial '/' } diff --git a/compiler/parser/ParserCore.y b/compiler/parser/ParserCore.y index be16c36f5e..bf959468fe 100644 --- a/compiler/parser/ParserCore.y +++ b/compiler/parser/ParserCore.y @@ -37,6 +37,7 @@ import Unique } %name parseCore +%expect 0 %tokentype { Token } %token |