Xref: utzoo gnu.g++.bug:770 gnu.g++.lib.bug:85 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!usc!orion.cf.uci.edu!uci-ics!schmidt@glacier.ics.uci.edu From: schmidt@glacier.ics.uci.edu (Doug Schmidt) Newsgroups: gnu.g++.bug,gnu.g++.lib.bug Subject: libg++ 1.35.1 Keywords: gperf Message-ID: <19913@paris.ics.uci.edu> Date: 21 Jul 89 20:05:43 GMT Sender: news@paris.ics.uci.edu Reply-To: schmidt@glacier.ics.uci.edu (Doug Schmidt) Followup-To: gnu.g++ Organization: University of California, Irvine - Dept of ICS Lines: 32 The latest release of libg++ 1.35.1 has a small bug in the gperf perfect hash function utility. Here's a patch that fixes it. Please apply it. thanks, Doug *** keylist.cc.~1~ Sun Jul 2 21:44:53 1989 --- keylist.cc Fri Jul 21 13:00:30 1989 *************** *** 688,694 **** for (links = temp->link; links; links = links->link) { links->index = ++index; ! printf (" %s\"%s\", %s%s\n", l_brace, temp->key, temp->rest, r_brace); } } --- 688,694 ---- for (links = temp->link; links; links = links->link) { links->index = ++index; ! printf (" %s\"%s\", %s%s\n", l_brace, links->key, links->rest, r_brace); } } -- Master Swordsman speak of humility; | schmidt@ics.uci.edu (ARPA) Philosophers speak of truth; | office: (714) 856-4034 Saints and wisemen speak of the Tao of no doubt; The moon, sun, and sea speaks for itself. -- Hiroshi Hamada