Skip to content

Commit

Permalink
info are saved on ggs_log
Browse files Browse the repository at this point in the history
  • Loading branch information
abulmo committed Dec 18, 2024
1 parent b988260 commit 713a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ typedef struct Log {
* @brief Display a message.
*/
#define info(...) if (options.info) { \
/* extern Log ggs_log; */\
extern Log ggs_log; \
fprintf(stderr, __VA_ARGS__); \
} else (void) 0

Expand Down

0 comments on commit 713a434

Please sign in to comment.