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:
