Add support for an empty ';' in the description text

This commit is contained in:
Cary R 2020-11-20 21:42:01 -08:00
parent 412195e660
commit f0b3056bfc
1 changed files with 2 additions and 0 deletions

View File

@ -1364,6 +1364,8 @@ description /* IEEE1800-2005: A.1.2 */
delete[] $3;
delete[] $5;
}
| ';'
{ }
;
description_list