summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstdlib/Compflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags
index 6ab038f44..80bb1b667 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';;
- printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';;
+ buffer.cm[io]|printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';;
scanf.cmx|scanf.p.cmx) echo ' -inline 9';;
arrayLabels.cm[ox]|arrayLabels.p.cmx) echo ' -nolabels';;
listLabels.cm[ox]|listLabels.p.cmx) echo ' -nolabels';;