Object.st
branchjv
changeset 18192 32a7c53ef4d0
parent 18120 e3a375d5f6a8
parent 18185 f454e3590ebc
child 18217 d222015cc39c
--- a/Object.st	Wed Apr 01 10:20:10 2015 +0100
+++ b/Object.st	Wed Apr 08 12:23:25 2015 +0200
@@ -5898,7 +5898,7 @@
     static struct inlineCache ilc_1 = __ILCPERF3(@line);
     static OBJ last_0 = nil;
     static OBJ last_1 = nil;
-    static flip = 0;
+    static int flip = 0;
 
     if (InterruptPending == nil) {
 	if (aSelector != last_0) {
@@ -5942,7 +5942,7 @@
     static struct inlineCache ilc_1 = __ILCPERF4(@line);
     static OBJ last_0 = nil;
     static OBJ last_1 = nil;
-    static flip = 0;
+    static int flip = 0;
 
     if (InterruptPending == nil) {
 	if (aSelector != last_0) {
@@ -5988,7 +5988,7 @@
     static struct inlineCache ilc_1 = __ILCPERF5(@line);
     static OBJ last_0 = nil;
     static OBJ last_1 = nil;
-    static flip = 0;
+    static int flip = 0;
 
     if (InterruptPending == nil) {
 	if (aSelector != last_0) {
@@ -6035,7 +6035,7 @@
     static struct inlineCache ilc_1 = __ILCPERF6(@line);
     static OBJ last_0 = nil;
     static OBJ last_1 = nil;
-    static flip = 0;
+    static int flip = 0;
 
     if (InterruptPending == nil) {
 	if (aSelector != last_0) {
@@ -6862,7 +6862,7 @@
 #undef SEL_AND_ILC_INIT_128
 #undef SEL_AND_ILC_INIT_256
 
-	static flip = 0;
+	static int flip = 0;
 	int i;
 	for (i = 0; i < nilcs; i++) {
 	   if (sel == sel_and_ilc[i].sel) {
@@ -10200,11 +10200,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.794 2015-03-26 11:16:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.795 2015-04-07 10:21:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.794 2015-03-26 11:16:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.795 2015-04-07 10:21:30 cg Exp $'
 !
 
 version_SVN