pptok.c: don't insist on C99 compiler behaviour
authorH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 18:06:42 +0000 (11:06 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 18:06:42 +0000 (11:06 -0700)
commit1a6e76d682a03d92e90446b98a1302c13754b0fa
tree60031e0019119267a66d92702f996eb9e98577ef
parent388b3ab3a37e0ac6a019fbf5f952aac4c37c77f9
pptok.c: don't insist on C99 compiler behaviour

Declarations that are not at the head is C99 behaviour, but it's
rather pointless for this little piece of code.  Fix to work with
older compilers.
pptok.pl