diff options
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 |