summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cmacexp.el
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-05-03 22:38:39 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-05-03 22:38:39 +0000
commit97726d1bb67512a1459c473d11a2e89de51c6543 (patch)
treeafb5b1356494f615c77d15c828559629a17c482f /lisp/progmodes/cmacexp.el
parent02636b9ca3ddd68ce91a143c532901091616db55 (diff)
downloademacs-97726d1bb67512a1459c473d11a2e89de51c6543.tar.gz
(c-macro-preprocessor): Update for Mac OSX.
Diffstat (limited to 'lisp/progmodes/cmacexp.el')
-rw-r--r--lisp/progmodes/cmacexp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el
index 27fe81e451d..2e8b2bc9006 100644
--- a/lisp/progmodes/cmacexp.el
+++ b/lisp/progmodes/cmacexp.el
@@ -118,6 +118,7 @@
(file-exists-p "/opt/SUNWspro/SC3.0.1/bin/acomp"))
"/opt/SUNWspro/SC3.0.1/bin/acomp -C -E")
((file-exists-p "/usr/ccs/lib/cpp") "/usr/ccs/lib/cpp -C")
+ ((eq system-type 'darwin) "cpp -C")
(t "/lib/cpp -C"))
"The preprocessor used by the cmacexp package.