/[emacs]/emacs/lisp/progmodes/cmacexp.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cmacexp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by nickrob, Tue May 3 22:38:39 2005 UTC revision 1.40 by nickrob, Wed May 4 20:44:54 2005 UTC
# Line 118  Line 118 
118                (file-exists-p "/opt/SUNWspro/SC3.0.1/bin/acomp"))                (file-exists-p "/opt/SUNWspro/SC3.0.1/bin/acomp"))
119           "/opt/SUNWspro/SC3.0.1/bin/acomp -C -E")           "/opt/SUNWspro/SC3.0.1/bin/acomp -C -E")
120          ((file-exists-p "/usr/ccs/lib/cpp") "/usr/ccs/lib/cpp -C")          ((file-exists-p "/usr/ccs/lib/cpp") "/usr/ccs/lib/cpp -C")
121          ((eq system-type 'darwin) "cpp -C")          ((memq system-type '(darwin berkeley-unix)) "gcc -E -C -")
122          (t "/lib/cpp -C"))          (t "/lib/cpp -C"))
123    "The preprocessor used by the cmacexp package.    "The preprocessor used by the cmacexp package.
124    

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26