changeset 62057:df25c31228d9

(c-macro-preprocessor): Update for Mac OSX.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 03 May 2005 22:38:39 +0000
parents e86cd66da015
children 7276665dac33
files lisp/progmodes/cmacexp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.