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: Tue, 03 May 2005 18:38:39 -0400

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.
  




reply via email to

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