mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 02:43:13 +02:00
stable merge with beta (unreal3.1.1-darkshades-stable)
This commit is contained in:
@@ -16,14 +16,8 @@
|
||||
|
||||
/* You do want it to work in debug mode yes ? --DrBin */
|
||||
|
||||
#ifndef DEBUGMODE
|
||||
extern char *ircvsprintf(char *str, const char *format, va_list);
|
||||
extern char *ircsprintf(char *str, const char *format, ...);
|
||||
#else
|
||||
#define ircsprintf sprintf
|
||||
#define ircvsprintf vsprintf
|
||||
#endif
|
||||
|
||||
|
||||
extern const char atoi_tab[4000];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user