diff options
Diffstat (limited to 'parsing/lexer.mli')
-rw-r--r-- | parsing/lexer.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parsing/lexer.mli b/parsing/lexer.mli index 133bca65..f1ab6446 100644 --- a/parsing/lexer.mli +++ b/parsing/lexer.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: lexer.mli,v 1.20.2.2 2004/07/16 19:30:39 herbelin Exp $ i*) +(*i $Id: lexer.mli 7732 2005-12-26 13:51:24Z herbelin $ i*) open Pp open Util @@ -48,3 +48,5 @@ val com_state: unit -> com_state val restore_com_state: com_state -> unit val set_xml_output_comment : (string -> unit) -> unit + +val terminal : string -> string * string |