diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2000-04-07 16:15:34 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2000-04-07 16:15:34 +0000 |
commit | c546d3683d01c70fcd737d46bb280aae91bd9aa3 (patch) | |
tree | 0f4dd1234a32da1d69fe86357f2f72af0e81e863 /otherlibs/str/regex-0.12 | |
parent | d3c45d93f083cf7d30b54f682f0fcf6141d9ae58 (diff) |
MacOS
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3049 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/str/regex-0.12')
-rw-r--r-- | otherlibs/str/regex-0.12/Makefile.Mac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/str/regex-0.12/Makefile.Mac b/otherlibs/str/regex-0.12/Makefile.Mac index f24949d14..dab5ab111 100644 --- a/otherlibs/str/regex-0.12/Makefile.Mac +++ b/otherlibs/str/regex-0.12/Makefile.Mac @@ -28,10 +28,10 @@ version = 0.12 CPPFLAGS = C = sc -COptions = -model far -w 29,35 +COptions = -model far -w 29,35 {cdbgflag} PPCC = mrc -PPCCOptions = -w 29,35 +PPCCOptions = -w 29,35 {cdbgflag} DEFS = -d STDC_HEADERS -d STRING_H -d REGEX_MALLOC |