Removed a really unpleasant test for whether a pointer points at a string
authordtrg <none@none>
Sun, 23 Jul 2006 19:38:13 +0000 (19:38 +0000)
committerdtrg <none@none>
Sun, 23 Jul 2006 19:38:13 +0000 (19:38 +0000)
commit05d3be79cdca1808d10b29afceb6f4c6481d5f03
tree1902b5ac2c61830b9eb48c346cff7046c29f21c4
parent345f4c8978c2fa6a12f603dd1e160f28f34590a3
Removed a really unpleasant test for whether a pointer points at a string
constant or not by comparing it with 'end', which presumably points at
the top of the BSS. In fact, on Linux it evaluates to NULL, and on OSX it
doesn't exist at all, so it appears to be unnecessary.
util/ncgg/subr.c