1
0
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:
stskeeps
2000-12-10 21:25:20 +00:00
parent 12593314da
commit 41eb4cea2f
109 changed files with 8866 additions and 5285 deletions
-6
View File
@@ -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];