diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2000-03-01 13:01:44 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2000-03-01 13:01:44 +0000 |
commit | 2ecb2c36df7ecc62b7ea515ce5a9ab6a560c8c0f (patch) | |
tree | b29551456bb7fc0cc99ba02ae68fff001d572c08 /otherlibs/str/regex-0.12 | |
parent | 8575c4eb8047f03dffb891d58ccae9a4a8da5b48 (diff) |
MacOS
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2894 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 f292e6ddf..f24949d14 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 +COptions = -model far -w 29,35 PPCC = mrc -PPCCOptions = -w 29 -w 35 +PPCCOptions = -w 29,35 DEFS = -d STDC_HEADERS -d STRING_H -d REGEX_MALLOC |