summaryrefslogtreecommitdiff
path: root/devel/ocamlweb/files/patch-ocaml-parser__terminfo.ml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocamlweb/files/patch-ocaml-parser__terminfo.ml')
-rw-r--r--devel/ocamlweb/files/patch-ocaml-parser__terminfo.ml14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ocamlweb/files/patch-ocaml-parser__terminfo.ml b/devel/ocamlweb/files/patch-ocaml-parser__terminfo.ml
new file mode 100644
index 000000000000..6f25a47e0c06
--- /dev/null
+++ b/devel/ocamlweb/files/patch-ocaml-parser__terminfo.ml
@@ -0,0 +1,14 @@
+--- ocaml-parser/terminfo.ml-- Mon Aug 16 21:38:18 2004
++++ ocaml-parser/terminfo.ml Mon Aug 16 21:38:30 2004
+@@ -19,7 +19,7 @@
+ | Bad_term
+ | Good_term of int
+ ;;
+-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";;