mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Clarify C void type description in semantic
* admin/grammars/c.by: Clarify void type. (Bug#9222)
This commit is contained in:
parent
dc31f254b6
commit
6aa0e0c754
@ -187,7 +187,7 @@
|
||||
|
||||
;; Types
|
||||
%token VOID "void"
|
||||
%put VOID summary "Built in typeless type: void"
|
||||
%put VOID summary "Built in type: void"
|
||||
%token CHAR "char"
|
||||
%put CHAR summary "Integral Character Type: (0 to 256)"
|
||||
%token WCHAR "wchar_t"
|
||||
|
Loading…
Reference in New Issue
Block a user