In makedef.pl, remove all skips for variables now in the parser struct.
authorNicholas Clark <nick@ccl4.org>
Wed, 20 Jul 2011 19:39:30 +0000 (21:39 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:52 +0000 (11:53 +0200)
commit2cea2a29b4edbbfba9bec04cb9f13035bac7da12
tree2eb764b25d0f9e3bf7d3a1193caf9dae2b6eb939
parentc36317f03bed52a819c9ee2deb01ee381e22360a
In makedef.pl, remove all skips for variables now in the parser struct.

Different parser variables exist when perl is compiled with/without -Dmad.
Before these were moved into the parser struct, they all had to be skipped
explicitly. Now the parser struct has different members depending on whether
perl is MAD or not.
makedef.pl