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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue