mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 10:03:13 +02:00
Unreal3.1-beta3 to Unreal3.1
This commit is contained in:
+10
-1
@@ -14,8 +14,17 @@
|
||||
* Proto types
|
||||
*/
|
||||
|
||||
/* 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, ...);
|
||||
extern char *ircsprintf(char *str, const char *format, ...);
|
||||
#else
|
||||
#define ircsprintf sprintf
|
||||
#define ircvsprintf vsprintf
|
||||
#endif
|
||||
|
||||
|
||||
extern const char atoi_tab[4000];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user