xhunterx

Results 6 comments of xhunterx

@Southclaws Well you would have to use #undef at the end of the file to simulate static. But in a way, yes. You can use the enum trick now, as...

I can confirm this is happening on version v3.10.6 of the compiler. I am not sure whether this is a bug, or just a wired kink in the PAWN language,...

Well, I feel we are a bit off-topic here. The issue is about whether the additional offset, that is added to the first one should use the tag of the...

This essentially boils down to whether you interpret (test[E_WTF])[1] as test[E_WTF + 1] or whether you interpret it as *(&(test[E_WTF]) + 1) in C syntax. In the first case, it...

> Whose to say the tag remaining is never desired? Ok, fair. I can't be sure it is never desired. I just can't even begin to imagine where chainig offsets...

Can confirm, this is an issue for me as well