Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
004e695a
Commit
004e695a
authored
May 03, 2005
by
Nick Roberts
Browse files
(cc-define-list-program): Remove this
recent addition.
parent
a70d41f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+0
-7
No files found.
lisp/progmodes/cc-vars.el
View file @
004e695a
...
...
@@ -1476,13 +1476,6 @@ names)."))
:type 'c-extra-types-widget
:group 'c)
(defcustom cc-define-list-program "
gcc
-E
-dM
-
"
"
The
program
name
for
generating
a
list
of
#
define
directives.
This
list
is
used
to
display
the
#
define
directive
associated
with
an
identifier
as
a
tooltip.
It
works
in
a
debug
session
with
GDB,
when
tooltip-gud-tips-p
is
t.
"
:type 'string
:group 'c)
;; Non-customizable variables, still part of the interface to CC Mode
(defvar c-file-style nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment