3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-26 10:38:47 +00:00

Merge pull request #5978 from YosysHQ/remove_def

Remove define since snprintf is supported in MSVC now
This commit is contained in:
Miodrag Milanović 2026-06-22 08:49:26 +00:00 committed by GitHub
commit f699624abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,6 @@
# define strtok_r strtok_s
# define strdup _strdup
# define snprintf _snprintf
# define getcwd _getcwd
# define mkdir _mkdir
# define popen _popen