something wrong with rbits
#9

Except renaming the function, you need to rename the definitions too. For example:
pawn Код:
#define Bit1_Set(%0,%1,%2) \
    Bit_Set(%0, (%1), (%2), Bit1)
should become:
pawn Код:
#define Bit1_Set(%0,%1,%2) \
    rBit_Set(%0, (%1), (%2), Bit1)
Reply


Messages In This Thread
something wrong with rbits - by Yves - 26.05.2014, 15:54
Re : something wrong with rbits - by S4t3K - 26.05.2014, 15:57
Re: something wrong with rbits - by Yves - 26.05.2014, 16:02
Re : something wrong with rbits - by S4t3K - 26.05.2014, 16:06
Re: something wrong with rbits - by Yves - 26.05.2014, 16:10
Re : something wrong with rbits - by S4t3K - 26.05.2014, 16:16
Re: something wrong with rbits - by Konstantinos - 26.05.2014, 16:19
Re: something wrong with rbits - by Yves - 26.05.2014, 16:25
Re: something wrong with rbits - by Konstantinos - 26.05.2014, 16:31
Re: something wrong with rbits - by Yves - 26.05.2014, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)