aboutsummaryrefslogtreecommitdiff
path: root/plugins/syntax/ascii_syntax.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/syntax/ascii_syntax.ml')
-rw-r--r--plugins/syntax/ascii_syntax.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/syntax/ascii_syntax.ml b/plugins/syntax/ascii_syntax.ml
index 9bf0b29b61..5e36fbeb81 100644
--- a/plugins/syntax/ascii_syntax.ml
+++ b/plugins/syntax/ascii_syntax.ml
@@ -92,7 +92,8 @@ let _ =
let sc = "char_scope" in
register_string_interpretation sc (interp_ascii_string,uninterp_ascii_string);
at_declare_ml_module enable_prim_token_interpretation
- { pt_scope = sc;
+ { pt_local = false;
+ pt_scope = sc;
pt_uid = sc;
pt_required = (ascii_path,ascii_module);
pt_refs = [static_glob_Ascii];