On Sat, 7 Jun 2003, Frank Heckenbach wrote:
Prof A Olowofoyeku (The African Chief) wrote:
I got: "a" "b"
Upgraded to gpc-200305 with gpc-3.2.2; now get same results.
Incidently, small change for line 42 of p/config-lang.in, suggested by someone else a while back, was overlooked in this release. The change is needed for gpc to build with gcc-3.2.3 and since the 3.2.x branch is now closed, suggest:
from (this is actually one line): if echo $version | grep '3.2.[3-9]' > /dev/null || echo $version | grep '3.[3-9]' > /dev/null; then
to: if echo $version | grep '3.[3-9]' > /dev/null; then
Russ