mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-01 13:39:30 +00:00
Deprecate logv_file_error()
This commit is contained in:
parent
b95549b469
commit
64ffcbc394
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ extern int log_make_debug;
|
||||||
extern int log_force_debug;
|
extern int log_force_debug;
|
||||||
extern int log_debug_suppressed;
|
extern int log_debug_suppressed;
|
||||||
|
|
||||||
|
[[deprecated]]
|
||||||
[[noreturn]] void logv_file_error(const string &filename, int lineno, const char *format, va_list ap);
|
[[noreturn]] void logv_file_error(const string &filename, int lineno, const char *format, va_list ap);
|
||||||
|
|
||||||
void set_verific_logging(void (*cb)(int msg_type, const char *message_id, const char* file_path, unsigned int left_line, unsigned int left_col, unsigned int right_line, unsigned int right_col, const char *msg));
|
void set_verific_logging(void (*cb)(int msg_type, const char *message_id, const char* file_path, unsigned int left_line, unsigned int left_col, unsigned int right_line, unsigned int right_col, const char *msg));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue