Index: emacs/lisp/progmodes/cmacexp.el
diff -c emacs/lisp/progmodes/cmacexp.el:1.39 
emacs/lisp/progmodes/cmacexp.el:1.40
*** emacs/lisp/progmodes/cmacexp.el:1.39        Tue May  3 22:38:39 2005
--- emacs/lisp/progmodes/cmacexp.el     Wed May  4 20:44:54 2005
***************
*** 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.
  
--- 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")
!       ((memq system-type '(darwin berkeley-unix)) "gcc -E -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

Reply via email to