diff options
Diffstat (limited to 'parsing/pcoq.ml4')
| -rw-r--r-- | parsing/pcoq.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4 index 9d2b8e9315..fbb00511c8 100644 --- a/parsing/pcoq.ml4 +++ b/parsing/pcoq.ml4 @@ -272,6 +272,7 @@ module Tactic = Hashtbl.add utactic s (ListAst e); e let binding_list = gec "binding_list" + let castedopenconstrarg = gec "castedopenconstrarg" let castedconstrarg = gec "castedconstrarg" let com_binding_list = gec_list "com_binding_list" let constrarg = gec "constrarg" |
