I'm getting a test failure on the latest 7.8 build, and it looks like it exists to check a fix from last week. Please have a look and let me know if I should hold off on doing a new build for a fix.
Thanks!
Bill
testsuite:2: syntax error, unexpected TOK_CONSTANT /Users/hww3/pike-git/src/testsuite.in:544: Test 138 (shift 0) failed. 1: mixed a() { return 2: constant foo = 5; 3: 4: // Test that it survives a F_ARG_LIST with CAR == CDR. 5: return foo%foo; 6: ; } 7: mixed b() { return 0; } 8: