mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Various win32 / vs build fixes
This commit is contained in:
parent
973d376733
commit
468ae92374
8 changed files with 28 additions and 23 deletions
|
@ -55,8 +55,8 @@ void logv_header(const char *format, va_list ap);
|
|||
void logv_error(const char *format, va_list ap) __attribute__((noreturn));
|
||||
void log(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
||||
void log_header(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
||||
void log_error(const char *format, ...) __attribute__((format(printf, 1, 2))) __attribute__((noreturn));
|
||||
void log_cmd_error(const char *format, ...) __attribute__((format(printf, 1, 2))) __attribute__((noreturn));
|
||||
_NORETURN_ void log_error(const char *format, ...) __attribute__((format(printf, 1, 2))) __attribute__((noreturn));
|
||||
_NORETURN_ void log_cmd_error(const char *format, ...) __attribute__((format(printf, 1, 2))) __attribute__((noreturn));
|
||||
|
||||
void log_spacer();
|
||||
void log_push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue