3
0
Fork 0
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:
Emil J. Tywoniak 2025-01-09 16:26:03 +01:00
parent a8a5463f57
commit 7aefd4b226
5 changed files with 20 additions and 20 deletions

View file

@ -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