~ubuntu-branches/ubuntu/dapper/hevea/dapper

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(***********************************************************************)
(*                                                                     *)
(*                          HEVEA                                      *)
(*                                                                     *)
(*  Luc Maranget, projet PARA, INRIA Rocquencourt                      *)
(*                                                                     *)
(*  Copyright 1998 Institut National de Recherche en Informatique et   *)
(*  Automatique.  Distributed only by permission.                      *)
(*                                                                     *)
(***********************************************************************)

let header = "$Id: noimage.ml,v 1.7 1999/12/01 19:04:50 maranget Exp $" 
let start () = ()
and stop () = ()
and restart () = ()
;;

let put _ = ()
and put_char _ = ()
;;

let dump _ image lexbuf  = image lexbuf
let page () = ()
;;
let finalize _ = false
;;