aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_basevernac.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_basevernac.ml4 b/parsing/g_basevernac.ml4
index 1f4767704..e42223f4b 100644
--- a/parsing/g_basevernac.ml4
+++ b/parsing/g_basevernac.ml4
@@ -100,7 +100,7 @@ GEXTEND Gram
<:ast< (PrintHintGoal) >>
| IDENT "Print"; IDENT "HintDb"; s = identarg ->
<:ast< (PrintHintDb $s) >>
- | IDENT "Print"; IDENT "Section"; s = identarg ->
+ | IDENT "Print"; IDENT "Section"; s = qualidarg ->
<:ast< (PrintSec $s) >>
| IDENT "Print"; IDENT "States" -> <:ast< (PrintStates) >>
(* This should be in "syntax" section but is here for factorization *)