fixes mixed declarations and code
authorFrank Polte <frank.polte@mailbox.org>
Thu, 13 Feb 2020 09:39:41 +0000 (10:39 +0100)
committerFrank Polte <frank.polte@mailbox.org>
Thu, 13 Feb 2020 09:39:41 +0000 (10:39 +0100)
commitc144b1fd70936b7807820faf924adca93a890516
treee281f9012708c775eb8b0716efbf014960e0ca7a
parent7d169e32d0619ecf128abe042ec5ef6a2655e1a1
fixes mixed declarations and code

../../csrc/pfcompil.c:1161:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 1161 |         ThrowCode throwCode;
      |         ^~~~~~~~~
csrc/pfcompil.c