From: Nick Roberts Date: Tue, 3 May 2005 22:38:39 +0000 (+0000) Subject: (c-macro-preprocessor): Update for Mac OSX. X-Git-Tag: ttn-vms-21-2-B4~547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97726d1bb67512a1459c473d11a2e89de51c6543;p=emacs.git (c-macro-preprocessor): Update for Mac OSX. --- 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.