Skip to content

Commit 0f5f66e

Browse files
committed
Fix type in cheap_scenery for z3
1 parent d9c6daf commit 0f5f66e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ext_cheap_scenery.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,16 +549,16 @@ Object CheapScenery "object"
549549
],
550550
react_after [ _i;
551551
Go:
552-
_i = 0; ! Get rid of warning
553552
if(itobj == self) itobj = 0;
554553
#ifdef PUNYINFORM_MAJOR_VERSION;
555554
if(themobj == self) themobj = 0;
556555
#Endif;
557556
#Ifv5;
558-
@copy_table CSDATA 0 10;
557+
_i = 0; ! Get rid of warning
558+
@copy_table CSData 0 10;
559559
#Ifnot;
560560
._BlankNext;
561-
CS_DATA-->_i = 0;
561+
CSData-->_i = 0;
562562
@inc_chk _i 4 ?~_BlankNext;
563563
#Endif;
564564
],

0 commit comments

Comments
 (0)