pp_subst: reduce scope of 'd' variable
authorDavid Mitchell <davem@iabyn.com>
Mon, 15 Jul 2013 18:54:53 +0000 (19:54 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 28 Jul 2013 09:33:38 +0000 (10:33 +0100)
commit39b40493c96b93db5e5812d0a8923039da82a142
treef7923605e39c14db1f3daddb657386603ee144c8
parent6ac6605d91b6e84f101f1e57bb0df180e982b4c5
pp_subst: reduce scope of 'd' variable

It's just used as a temporary value in two branches;
so make it a local var in each of those branches.
pp_hot.c