comparison lisp/progmodes/cc-vars.el @ 62008:ee10b311b39f

(cc-define-list-program): Change to "gcc -E -dM -". Make customizable.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 02 May 2005 00:30:14 +0000
parents ea1a26b1456d
children 71210632feca
comparison
equal deleted inserted replaced
62007:230e62dae4d1 62008:ee10b311b39f
1474 lower case char is to avoid recognizing all-caps macro and constant 1474 lower case char is to avoid recognizing all-caps macro and constant
1475 names).")) 1475 names)."))
1476 :type 'c-extra-types-widget 1476 :type 'c-extra-types-widget
1477 :group 'c) 1477 :group 'c)
1478 1478
1479 (defcustom cc-define-list-program "gcc -E -dM -"
1480 "The program name for generating a list of #define directives.
1481 This list is used to display the #define directive associated
1482 with an identifier as a tooltip. It works in a debug session
1483 with GDB, when tooltip-gud-tips-p is t."
1484 :type 'string
1485 :group 'c)
1479 1486
1480 ;; Non-customizable variables, still part of the interface to CC Mode 1487 ;; Non-customizable variables, still part of the interface to CC Mode
1481 (defvar c-file-style nil 1488 (defvar c-file-style nil
1482 "Variable interface for setting style via File Local Variables. 1489 "Variable interface for setting style via File Local Variables.
1483 In a file's Local Variable section, you can set this variable to a 1490 In a file's Local Variable section, you can set this variable to a