Fix on Solaris
authorStefan Vogel <sv@exept.de>
Thu, 18 Jan 2007 17:01:50 +0100
changeset 4711 1d1cfd1951e1
parent 4710 9e4a8d2c69ef
child 4712 2347ef79a24d
Fix on Solaris
GLXWorkstation.st
XWorkstation.st
--- a/GLXWorkstation.st	Thu Jan 18 09:43:54 2007 +0100
+++ b/GLXWorkstation.st	Thu Jan 18 17:01:50 2007 +0100
@@ -492,7 +492,7 @@
 }
 #endif /* GLX & not VGL */
 
-static JMP_BUF errorReturn;
+static stx_jmp_buf errorReturn;
 
 static void
 glAbort() {
@@ -8783,5 +8783,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.82 2004-09-14 23:03:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.83 2007-01-18 16:01:50 stefan Exp $'
 ! !
--- a/XWorkstation.st	Thu Jan 18 09:43:54 2007 +0100
+++ b/XWorkstation.st	Thu Jan 18 17:01:50 2007 +0100
@@ -8690,7 +8690,6 @@
 
 %{
     XModifierKeymap *modmap;
-    OBJ __BYTEARRAY_UNINITIALIZED_NEW_INT();
 
     if (ISCONNECTED) {
 	Display *dpy = myDpy;
@@ -11924,7 +11923,7 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.492 2006-10-10 16:57:36 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.493 2007-01-18 16:01:50 stefan Exp $'
 ! !
 
 XWorkstation initialize!