diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2004-01-16 15:24:03 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2004-01-16 15:24:03 +0000 |
commit | 776a8d59b77947bddc5203ad323697e26725f264 (patch) | |
tree | 5700391e7badd7e635700ffcae24b1b9ee282249 /stdlib/filename.mli | |
parent | 111747916aa51bcc4fe14dec1730bf17ac4933e2 (diff) |
suppression support MacOS9
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6074 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/filename.mli')
-rw-r--r-- | stdlib/filename.mli | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stdlib/filename.mli b/stdlib/filename.mli index e3b2b7c7f..2d0d34396 100644 --- a/stdlib/filename.mli +++ b/stdlib/filename.mli @@ -76,10 +76,7 @@ val temp_file : string -> string -> string Under Unix, the temporary directory is [/tmp] by default; if set, the value of the environment variable [TMPDIR] is used instead. Under Windows, the name of the temporary directory is the - value of the environment variable [TEMP], or [C:\temp] by default. - Under MacOS 9, the name of the temporary directory is given - by the environment variable [TempFolder]; if not set, - temporary files are created in the current directory. *) + value of the environment variable [TEMP], or [C:\temp] by default. *) val open_temp_file : ?mode: open_flag list -> string -> string -> string * out_channel |