diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2004-08-16 16:15:19 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2004-08-16 16:15:19 +0000 |
commit | d6750163c4376ac7548347aa789a47c9eec78d44 (patch) | |
tree | 5b77ce61421447a4b50fc956a974cd9e5c0417ae /devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli | |
parent | Update to 0.4.3 to fix build with gcc 3.4 (diff) |
Upgrade to v1.34. Unbreak with OCaml v3.08. Pick up the version number
of the documentation PS file from PORTVERSION.
Notes
Notes:
svn path=/head/; revision=116412
Diffstat (limited to 'devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli')
-rw-r--r-- | devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli b/devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli new file mode 100644 index 000000000000..6b6796a10b10 --- /dev/null +++ b/devel/ocamlweb/files/patch-ocaml-parser::terminfo.mli @@ -0,0 +1,14 @@ +--- ocaml-parser/terminfo.mli-- Mon Aug 16 21:37:42 2004 ++++ ocaml-parser/terminfo.mli Mon Aug 16 21:37:56 2004 +@@ -19,7 +19,7 @@ + | Bad_term + | Good_term of int (* number of lines of the terminal *) + ;; +-external setup : out_channel -> status = "terminfo_setup";; +-external backup : int -> unit = "terminfo_backup";; +-external standout : bool -> unit = "terminfo_standout";; +-external resume : int -> unit = "terminfo_resume";; ++external setup : out_channel -> status = "caml_terminfo_setup";; ++external backup : int -> unit = "caml_terminfo_backup";; ++external standout : bool -> unit = "caml_terminfo_standout";; ++external resume : int -> unit = "caml_terminfo_resume";; |