(c-constant-kwds): Add java: null, true, false.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* admin.el: Provide self.
|
||||
|
||||
2007-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.
|
||||
|
||||
@@ -2075,6 +2075,7 @@ nevertheless contains a list separated with ';' and not ','."
|
||||
"false" "true") ; Defined in C99.
|
||||
objc '("nil" "Nil")
|
||||
idl '("TRUE" "FALSE")
|
||||
java '("true" "false" "null") ; technically "literals", not keywords
|
||||
pike '("UNDEFINED")) ;; Not a keyword, but practically works as one.
|
||||
|
||||
(c-lang-defconst c-primary-expr-kwds
|
||||
|
||||
Reference in New Issue
Block a user