This macro definition crashes the compiler with no outcome.
#4

Quote:
Originally Posted by Meller
View Post
Look at my code again, rethink WHY I DON'T HAVE A %2, BUT ONLY %0 AND %1

and rethink of what a macro definition is versus a native.

k thx
He is kind of right, you cannot re-define a symbol even with changed amount of parameters.

Well, you can define it but once you use it the compiler will crash.

It results in an infinite loop, SendClientMessage gets replaced with the new SendClientMessage, which again gets replaced by SendClientMessage (etc).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)