commit | 4795e4e011f1a146a2a4aa06a006fff5641befb5 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jul 26 17:25:08 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Wed Jul 26 17:25:08 2006 +0000 |
tree | 6185ef8c9dfc1f24c094d5262b745119f6400402 | |
parent | 7cc6b69bb09d2242493b7c4d882af958254e0cc7 [diff] |
Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller fix than his, and shrank the code a bit on top of that so the net size is smaller, and added a test to the test suite for this case. Plus I cleaned up the #includes and removed unnecessary "const"s while I was there.