diff options
Diffstat (limited to 'parsing/tacextend.ml4')
| -rw-r--r-- | parsing/tacextend.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/tacextend.ml4 b/parsing/tacextend.ml4 index 442bbb6aff..7e32879d2a 100644 --- a/parsing/tacextend.ml4 +++ b/parsing/tacextend.ml4 @@ -64,7 +64,7 @@ let rec extract_signature = function let check_unicity s l = let l' = List.map (fun (l,_) -> extract_signature l) l in if not (Util.list_distinct l') then - Pp.warning_with Pp_control.err_ft + Pp.warning_with !Pp_control.err_ft ("Two distinct rules of tactic entry "^s^" have the same\n"^ "non-terminals in the same order: put them in distinct tactic entries") |
