summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstdlib/Compflags2
-rw-r--r--stdlib/sys.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags
index 197e699c0..862a1c4e1 100755
--- a/stdlib/Compflags
+++ b/stdlib/Compflags
@@ -18,7 +18,7 @@ case $1 in
pervasives.cm[iox]|pervasives.p.cmx) echo ' -nopervasives';;
camlinternalOO.cmi) echo ' -nopervasives';;
camlinternalOO.cmx|camlinternalOO.p.cmx) echo ' -inline 0';;
- scanf.cmx) echo ' -inline 9';;
+ scanf.cmx|scanf.p.cmx) echo ' -inline 9';;
arrayLabels.cm[ox]|arrayLabels.p.cmx) echo ' -nolabels';;
listLabels.cm[ox]|listLabels.p.cmx) echo ' -nolabels';;
stringLabels.cm[ox]|stringLabels.p.cmx) echo ' -nolabels';;
diff --git a/stdlib/sys.ml b/stdlib/sys.ml
index 93f245072..1f1fcd428 100644
--- a/stdlib/sys.ml
+++ b/stdlib/sys.ml
@@ -78,4 +78,4 @@ let catch_break on =
(* OCaml version string, must be in the format described in sys.mli. *)
-let ocaml_version = "3.09+dev4 (2004-10-13)";;
+let ocaml_version = "3.09+dev5 (2004-11-02)";;