pptok.c: handle holes in the pp_directives array
authorH. Peter Anvin <hpa@zytor.com>
Wed, 12 Sep 2007 05:18:20 +0000 (05:18 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 12 Sep 2007 05:18:20 +0000 (05:18 +0000)
commit3100e6cb631dbd6225dd6464688ca6cedf670755
tree38b7f4a208d3921edd84edf875c2fb3c5ab97761
parent95e28828abc1bbb97d250ed91040998f0d879e42
pptok.c: handle holes in the pp_directives array

We need to fail if we land in a hole in the pp_directives array, since
we have a noncontiguous enum preproc_token now.
pptok.pl