Replace homebrew IABS() with C kubrary labs(3).
This commit is contained in:
parent
1445c7ebcc
commit
4d6078d8a8
5 changed files with 15 additions and 17 deletions
|
@ -598,7 +598,7 @@ L9320: if(OBJ != RUG) return(2011);
|
|||
L8330: SPK=228;
|
||||
K=LOCSND[LOC];
|
||||
if(K == 0) goto L8332;
|
||||
RSPEAK(IABS(K));
|
||||
RSPEAK(labs(K));
|
||||
if(K < 0) return(2012);
|
||||
SPK=0;
|
||||
L8332: SETPRM(1,ZZWORD,0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue