emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cmacexp.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cmacexp.el
Date: Wed, 04 May 2005 16:44:54 -0400

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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]