toke.c: Under -DT, report pending idents more clearly
authorFather Chrysostomos <sprout@cpan.org>
Sat, 1 Jun 2013 01:27:19 +0000 (18:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 1 Jun 2013 03:34:23 +0000 (20:34 -0700)
commit4ebc798659d1b2b92cfe1d21cb6a18cf64ce9f31
tree01b04c4f24902b7385df008ae2f377be0fa31272
parentcc37ebcee3a931a3822ae6ff30415eba7a1a4540
toke.c: Under -DT, report pending idents more clearly

These are treated as forced tokens of type 'p'.  Indicate what the 'p'
means in the debug output.

This:

### 0:LEX_NORMAL/XSTATE "\n;"
### forced token:
### <== 'p'

becomes this:

### 0:LEX_NORMAL/XSTATE "\n;"
### forced token:
### <== 'p' (pending identifier)
toke.c