Infinite Compile
#1

why if i do this
pawn Код:
native mysql_function_query(connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:...);

#define LOAD_mysql_function_query(%1) \
    if(!LoadInfo[Loaded]) LoadInfo[Query]++;\
    mysql_function_query(%1)

#if defined _ALS_mysql_function_query
    #undef mysql_function_query
#else
    #define _ALS_mysql_function_query
#endif
#define mysql_function_query LOAD_mysql_function_query
and then use mysql_function_query

the compiling process never end for me?
Reply


Messages In This Thread
Infinite Compile - by xX_Simon_Xx - 07.03.2013, 20:41
Re: Infinite Compile - by MP2 - 07.03.2013, 22:13
Re: Infinite Compile - by xX_Simon_Xx - 08.03.2013, 13:03
Re: Infinite Compile - by SuperViper - 08.03.2013, 14:19
Re: Infinite Compile - by xX_Simon_Xx - 08.03.2013, 18:17
Re: Infinite Compile - by xX_Simon_Xx - 09.03.2013, 13:22
Re: Infinite Compile - by xX_Simon_Xx - 11.03.2013, 13:05

Forum Jump:


Users browsing this thread: 1 Guest(s)