diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-03 22:38:39 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-03 22:38:39 +0000 |
commit | 97726d1bb67512a1459c473d11a2e89de51c6543 (patch) | |
tree | afb5b1356494f615c77d15c828559629a17c482f /lisp | |
parent | 02636b9ca3ddd68ce91a143c532901091616db55 (diff) | |
download | emacs-97726d1bb67512a1459c473d11a2e89de51c6543.tar.gz |
(c-macro-preprocessor): Update for Mac OSX.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cmacexp.el | 1 |
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. |