[POMOC] rbits error .

Započeo J0PS0NEE, Avgust 23, 2012, 15:54:22 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: GM od 0 .
Detaljni opis problema: Koristim include rbits, medjutim izbacuje mi 4 errora na liniji 80.
Dio skripte:

\pawno\include\rBits.inc(80) : error 025: function heading differs from prototype
\pawno\include\rBits.inc(80) : error 025: function heading differs from prototype
\pawno\include\rBits.inc(80) : error 025: function heading differs from prototype
\pawno\include\rBits.inc(80) : fatal error 107: too many error messages on one line


stock Bit_Set(BIT_TAGS: abArray[], iIdx, const iValue, const e_Bits: iShift, const iSize = sizeof(abArray)) {
new
bVar = ((iIdx & ((1 << _: (Bit32 - iShift)) - 1)) << _: iShift),
bLim = ((1 << (1 << _: iShift)) - 1)
;
iIdx = (iIdx >>> _: (Bit32 - iShift));

if(!(-1 < iIdx < iSize)) {
return 0;
}
(_: abArray[iIdx] &= ~(bLim << bVar));
(_: abArray[iIdx] |= ((bLim & iValue) << bVar));

return 1;
}

Linija 80

stock Bit_Set(BIT_TAGS: abArray[], iIdx, const iValue, const e_Bits: iShift, const iSize = sizeof(abArray)) {


To je zadnja verzija inc-a.





Jel si koristio rBits pre pa ti sad od jednom izbacuje errore ili ga prvi put koristis i izbacuje ti errore ... hocu da pitam jel radio mod pre sa rbitsom ili je ovo prvi put da rbits uopste postoji u nejmu? :P