summaryrefslogtreecommitdiff
path: root/parsing/extend.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/extend.mli')
-rw-r--r--parsing/extend.mli7
1 files changed, 4 insertions, 3 deletions
diff --git a/parsing/extend.mli b/parsing/extend.mli
index 761d0e04..c5417649 100644
--- a/parsing/extend.mli
+++ b/parsing/extend.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: extend.mli,v 1.19.2.1 2004/07/16 19:30:37 herbelin Exp $ i*)
+(*i $Id: extend.mli,v 1.19.2.2 2005/01/21 16:42:37 herbelin Exp $ i*)
(*i*)
open Pp
@@ -112,10 +112,11 @@ type 'pat unparsing_hunk =
| UNP_FNL
| UNP_SYMBOLIC of string option * string * 'pat unparsing_hunk
-(*val subst_unparsing_hunk :
+(*i
+val subst_unparsing_hunk :
Names.substitution -> (Names.substitution -> 'pat -> 'pat) ->
'pat unparsing_hunk -> 'pat unparsing_hunk
-*)
+i*)
(* Checks if the precedence of the parent printer (None means the
highest precedence), and the child's one, follow the given