# HG changeset patch # User Nick Roberts # Date 1115159919 0 # Node ID df25c31228d99603cd8fdbf2ef2d380b5bac9f21 # Parent e86cd66da01572092ade9aa260b0ccc7a32e089a (c-macro-preprocessor): Update for Mac OSX. diff -r e86cd66da015 -r df25c31228d9 lisp/progmodes/cmacexp.el --- a/lisp/progmodes/cmacexp.el Tue May 03 22:37:28 2005 +0000 +++ b/lisp/progmodes/cmacexp.el Tue May 03 22:38:39 2005 +0000 @@ -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.