regcomp.c: Move some initialization to declarations
authorKarl Williamson <public@khwilliamson.com>
Sun, 11 Aug 2013 00:28:04 +0000 (18:28 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 15 Aug 2013 04:07:45 +0000 (22:07 -0600)
commit183a4cc7b668ccd6cfa55fb0dbde3f2cfafd3704
treee593a9fa89789439ee391dabfb6314078859ca5f
parentc8ed25e60b6d0e4fd15d63363ea2c1c0e3e129d1
regcomp.c: Move some initialization to declarations

This changes the declarations of two variables to also initialize them,
removing the initializing statements further down.  This will be helpful
in a future commit, besides being generally slightly faster.
regcomp.c