toke.c: Don’t depend on sv_force_normal’s good graces
authorFather Chrysostomos <sprout@cpan.org>
Sat, 22 Jun 2013 19:09:07 +0000 (12:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 06:16:41 +0000 (23:16 -0700)
commit9657ccb4f31f4d026ef8ff65d8cfb5c24d0949ef
tree950aa674f791332adf020527bff6b3f6c63a1167
parent9b7d7782b9990e579acbba430d00797bfb529804
toke.c: Don’t depend on sv_force_normal’s good graces

when parsing ‘keyword =>’ with comments or line breaks before the =>.

sv_force_normal will allow modification of read-only values at compile
time.  While this might be convenient, it has resulted in many bugs
elsewhere, so I am trying to change that.  This is a necessary pre-
requisite.
toke.c