This just fixes a trivial compiler warning.
diff -r 02cb0c700e64 test.c
--- a/test.c Sat Feb 04 01:16:18 2012 +0000
+++ b/test.c Fri Apr 06 21:43:48 2012 -0400
@@ -16,7 +16,7 @@
int
main(int argc, char *argv[])
{
- bool ret, not = false;
+ bool ret = false, not = false;
progname = argv[0];
