Index: emacs/lisp/progmodes/cmacexp.el
diff -c emacs/lisp/progmodes/cmacexp.el:1.38
emacs/lisp/progmodes/cmacexp.el:1.39
*** emacs/lisp/progmodes/cmacexp.el:1.38 Mon Sep 1 15:45:34 2003
--- emacs/lisp/progmodes/cmacexp.el Tue May 3 22:38:39 2005
***************
*** 118,123 ****
--- 118,124 ----
(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.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs