Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!UUNET.UU.NET!kewill!bryan From: kewill!bryan@UUNET.UU.NET (Bryan Boreham) Newsgroups: gnu.g++.bug Subject: 'z' replaced with '_' in filename. Message-ID: <8907021903.AA12834@kewill.uucp> Date: 2 Jul 89 19:03:44 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 In cplus-decl.c, line 1014, when constructing a name for the function that calls the static constructors, the character 'z' is replaced with a '_'. This seems a little unfair to 'z', and it mucks up ET++'s attempt to be clever and call this function whilst dynamically linking modules. Bryan.