mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-20 11:22:05 +00:00
Revert "verilog: fix string literal regular expression (#5187)"
This reverts commit 834a7294b7
.
This commit is contained in:
parent
dc204dc909
commit
bb08919105
2 changed files with 1 additions and 6 deletions
|
@ -336,7 +336,7 @@ TIME_SCALE_SUFFIX [munpf]?s
|
|||
}
|
||||
|
||||
\" { BEGIN(STRING); }
|
||||
<STRING>([^\\"]|\\.)+ { yymore(); real_location = old_location; }
|
||||
<STRING>([^\"]|\\.)+ { yymore(); real_location = old_location; }
|
||||
<STRING>\" {
|
||||
BEGIN(0);
|
||||
char *yystr = strdup(yytext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue