Fixed bugs GCC caught

This commit is contained in:
David Anderson
2005-07-15 16:28:41 +00:00
parent fe2d28f711
commit b312da8c63
2 changed files with 7 additions and 3 deletions

View File

@ -33,6 +33,10 @@
#include "amxmodx.h"
#include "CLang.h"
#ifdef __linux__
#define _snprintf snprintf
#endif
#define LITIDX_NONE 0
#define LITIDX_BRACKET 1
#define LITIDX_DEFINITION 2