mirror of
https://github.com/hmaxnl/netex.git
synced 2025-01-18 15:34:20 +01:00
Fixed some macros
This commit is contained in:
parent
3ef62d8c6d
commit
e48ae98860
|
@ -17,8 +17,8 @@ struct exp_data* get_from_list(int index);
|
||||||
void clear_list();
|
void clear_list();
|
||||||
|
|
||||||
// Tracing
|
// Tracing
|
||||||
#define PRINT_LINE(msg, args...) fprintf(stdout, #msg "\n", ##args)
|
#define PRINT_LINE(msg, args...) fprintf(stdout, msg "\n", ##args)
|
||||||
#define TRACE_WARN(msg, args...) fprintf(stdout, "[Warning]: " #msg "\n", ##args)
|
#define TRACE_WARN(msg, args...) fprintf(stdout, "[Warning]: " msg "\n", ##args)
|
||||||
#define TRACE_ERROR(msg, args...) fprintf(stderr, "[ERROR]: " #msg "\n", ##args)
|
#define TRACE_ERROR(msg, args...) fprintf(stderr, "[ERROR]: " msg "\n", ##args)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user