mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Fixed win32 troubles with f.readsome()
This commit is contained in:
parent
a32e067e5c
commit
8263f6a74a
6 changed files with 21 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
|||
USING_YOSYS_NAMESPACE
|
||||
|
||||
#define YY_INPUT(buf,result,max_size) \
|
||||
result = ILANG_FRONTEND::lexin->readsome(buf, max_size);
|
||||
result = readsome(*ILANG_FRONTEND::lexin, buf, max_size);
|
||||
|
||||
%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue