Skip to content
Snippets Groups Projects
Commit f86fce74 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

docs: added void type to release notes for 2.2

parent bdacc679
No related branches found
No related tags found
No related merge requests found
...@@ -67,8 +67,8 @@ in expressions just as in C, and with the same precedence. Similar with ...@@ -67,8 +67,8 @@ in expressions just as in C, and with the same precedence. Similar with
the special sizeof function, that can be used with a value (expression) or the special sizeof function, that can be used with a value (expression) or
a type expression, just as in C. a type expression, just as in C.
The words ``enum``, ``struct``, ``typename``, and ``union`` are reserved The words ``enum``, ``struct``, ``typename``, ``union``, and ``void`` are
words and can no longer be used as identifiers. reserved words and can no longer be used as identifiers.
In order to make it possible to ``%%#include`` type declarations (so they In order to make it possible to ``%%#include`` type declarations (so they
appear in the generated C code but not in the code that SNL has to parse) appear in the generated C code but not in the code that SNL has to parse)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment