summaryrefslogtreecommitdiffstats
path: root/stdlib/parsing.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/parsing.ml')
-rw-r--r--stdlib/parsing.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/parsing.ml b/stdlib/parsing.ml
index 87270e846..e6a6f602a 100644
--- a/stdlib/parsing.ml
+++ b/stdlib/parsing.ml
@@ -50,7 +50,9 @@ type parse_tables =
tablesize : int;
table : string;
check : string;
- error_function : string -> unit }
+ error_function : string -> unit;
+ names_const : string;
+ names_block : string }
exception YYexit of Obj.t
exception Parse_error