Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!pcsbst.UUCP!jkh From: jkh@pcsbst.UUCP (Jordan K. Hubbard) Newsgroups: comp.windows.x Subject: Bug in List.h/Xos.h Message-ID: <8904041750.AA01731@meepmeep.UUCP> Date: 4 Apr 89 17:15:35 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 7 On system V machines, the routines index and rindex are defined to their sysV counterparts (strchr and strrchr) in X11/Xos.h. This is fine, except for the fact that List.h defines a structure called XtListReturnStruct with a member named "index". What happens is obvious. Sigh. Jordan Hubbard