mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
This commit is contained in:
parent
19cff41eb4
commit
58367cd87a
8 changed files with 21 additions and 195 deletions
|
@ -35,6 +35,7 @@ YOSYS_NAMESPACE_BEGIN
|
|||
struct log_cmd_error_expection { };
|
||||
|
||||
extern std::vector<FILE*> log_files;
|
||||
extern std::vector<std::ostream*> log_streams;
|
||||
extern FILE *log_errfile;
|
||||
extern class SHA1 *log_hasher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue