]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-macro-preprocessor): Update for Mac OSX.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 3 May 2005 22:38:39 +0000 (22:38 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 3 May 2005 22:38:39 +0000 (22:38 +0000)
lisp/progmodes/cmacexp.el

index 27fe81e451d6d7ce81290bdb0b3326d8dbccab40..2e8b2bc900694575d586472dc9a572c15088388a 100644 (file)
              (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.