Newsgroups: comp.os.linux.announce
From: Warner Losh <imp@Boulder.ParcPlace.COM>
Subject: Patch correction for OI/OB with g++ 2.5.8
Message-ID: <1994Mar23.182858.5148@cs.cornell.edu>
Date: Wed, 23 Mar 1994 18:28:58 GMT
Approved: linux-announce@tc.cornell.edu (Matt Welsh)

[ObjectBuilder is a system for developing user interfaces for Motif and
OPEN LOOK. --mdw]

There is a new patch available for OI/OB with g++ 2.5.8. on
	tsx-11.mit.edu:pub/linux/packages/OI/OI-4.0-gcc-2.5.patches.tar

This patch supersedes the one announced yesterday.  If you grabbed
yesterday's patch, back out the diff to OI/defs.H and replace it with
the following.  Or by hand change the __GNUC to __GNUC__.

Warner

diff -c OI-org/defs.H OI/defs.H
*** OI-org/defs.H	Fri Mar 11 08:35:10 1994
--- OI/defs.H	Fri Mar 11 08:35:49 1994
***************
*** 506,512 ****
  
  /* callback function types */
  /* the following is a backward compatiblity kludge, to work around compilers that do not accept typedef of member function */
! #if !defined(_AIX) && !defined(ultrix) && !defined(__encotech_zCC) && !defined(__osf__)
  #define TYPEDEF_MEMFN
  #endif
  
--- 506,512 ----
  
  /* callback function types */
  /* the following is a backward compatiblity kludge, to work around compilers that do not accept typedef of member function */
! #if !defined(_AIX) && !defined(ultrix) && !defined(__encotech_zCC) && !defined(__osf__) && !defined(__GNUC__)
  #define TYPEDEF_MEMFN
  #endif
  

