aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_vernac.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_vernac.ml4 b/parsing/g_vernac.ml4
index 2fd822636e..c21185c511 100644
--- a/parsing/g_vernac.ml4
+++ b/parsing/g_vernac.ml4
@@ -552,7 +552,7 @@ GEXTEND Gram
| IDENT "Generalizable"; ["Variable" | IDENT "Variables"];
gen = [ IDENT "none" -> None | IDENT "all" -> Some [] |
idl = LIST1 identref -> Some idl ] ->
- VernacGeneralizable (use_section_locality (), gen) ] ]
+ VernacGeneralizable (use_non_locality (), gen) ] ]
;
implicit_name:
[ [ "!"; id = ident -> (id, false, true)