diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-06 20:36:56 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-06 20:36:56 +0100 |
commit | 3f8fb4d3c6c42b8d02165668c0eec44169485c8f (patch) | |
tree | c013a56b21b4cbac898b2c8d7092c6988e9fdb40 /src/vhdl | |
parent | 7314c5d1b7cc810296223aca8db98916b45f6c15 (diff) | |
download | ghdl-3f8fb4d3c6c42b8d02165668c0eec44169485c8f.tar.gz ghdl-3f8fb4d3c6c42b8d02165668c0eec44169485c8f.tar.bz2 ghdl-3f8fb4d3c6c42b8d02165668c0eec44169485c8f.zip |
vhdl-parse: avoid resync_to_end_of_statement.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-parse.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb index 93138e1a8..a625294a5 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -268,6 +268,8 @@ package body Vhdl.Parse is | Tok_End => exit; when Tok_If + | Tok_Else + | Tok_Case | Tok_For | Tok_While | Tok_Loop |