MySQL warning
#2

The definition is an infinite macro, it calls itself. This means, mysql_fetch_row(%1) is replaced by mysql_fetch_row(%1,"|") and this is replaced again and so on. To fix this, you would need to change the name a bit, like

pawn Код:
#define mysql_fetch_row_2(%1) mysql_fetch_row_format(%1,"|")
Reply


Messages In This Thread
MySQL warning - by NoobScripter1 - 26.09.2010, 16:14
Re: MySQL warning - by Mauzen - 26.09.2010, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)