From e98bc2ea9b957287e78bc51e3293fc48a49c26b2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:05:12 +0000 Subject: Renamed log() to log_msg(), but still keeping the old name as a macro. This is done to avoid clashes with gcc-3.3 which has built-in logarithms :) --- lib/birdlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/birdlib.h') diff --git a/lib/birdlib.h b/lib/birdlib.h index d218a0b..93f25fb 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -33,7 +33,8 @@ /* Logging and dying */ -void log(char *msg, ...); +#define log log_msg +void log_msg(char *msg, ...); void die(char *msg, ...) NORET; void bug(char *msg, ...) NORET; -- cgit v1.2.3