From f86fce74906241678bc01d790265cb41e5eda937 Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Sat, 28 Sep 2013 18:51:15 +0000 Subject: [PATCH] docs: added void type to release notes for 2.2 --- documentation/ReleaseNotes-2-2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ReleaseNotes-2-2.txt b/documentation/ReleaseNotes-2-2.txt index 75c8f3f7..875f2e3c 100644 --- a/documentation/ReleaseNotes-2-2.txt +++ b/documentation/ReleaseNotes-2-2.txt @@ -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 a type expression, just as in C. -The words ``enum``, ``struct``, ``typename``, and ``union`` are reserved -words and can no longer be used as identifiers. +The words ``enum``, ``struct``, ``typename``, ``union``, and ``void`` are +reserved words and can no longer be used as identifiers. 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) -- GitLab