mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 17:47:44 +00:00
gzip: back to pointers
This commit is contained in:
parent
a8a5463f57
commit
7aefd4b226
5 changed files with 20 additions and 20 deletions
|
@ -71,7 +71,7 @@ private:
|
|||
|
||||
#endif // YOSYS_ENABLE_ZLIB
|
||||
|
||||
std::istream& uncompressed(const std::string filename, std::ios_base::openmode mode = std::ios_base::in);
|
||||
std::istream* uncompressed(const std::string filename, std::ios_base::openmode mode = std::ios_base::in);
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue