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
c382ec40
Commit
c382ec40
authored
Aug 25, 2007
by
Alan Mackenzie
Browse files
(c-other-decl-block-key-in-symbols-alist): new language variable.
parent
a335046b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-langs.el
+11
-0
No files found.
lisp/progmodes/cc-langs.el
View file @
c382ec40
...
...
@@ -1601,6 +1601,17 @@ will be handled."
t (c-make-keywords-re t (c-lang-const c-other-block-decl-kwds)))
(c-lang-defvar c-other-decl-block-key (c-lang-const c-other-decl-block-key))
(c-lang-defvar c-other-decl-block-key-in-symbols-alist
(mapcar
(lambda (elt)
(cons elt
(if (string= elt "extern")
'inextern-lang
(intern (concat "in" elt)))))
(c-lang-const c-other-block-decl-kwds))
"Alist associating keywords in c-other-decl-block-decl-kwds with
their matching \"in\" syntactic symbols.")
(c-lang-defconst c-typedef-decl-kwds
"Keywords introducing declarations where the identifier(s) being
declared are types.
...
...
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