]> granicus.if.org Git - mutt/commit
Remove EXTRACT_MACROS check from EXTRACT_NUMBER in regex.
authorKevin McCarthy <kevin@8t8.us>
Tue, 28 May 2019 16:38:38 +0000 (09:38 -0700)
committerKevin McCarthy <kevin@8t8.us>
Tue, 28 May 2019 16:38:38 +0000 (09:38 -0700)
commit79dd54c443a413f2ece9bb09b773db6365b601b2
tree52265a15a7764bb0af95aa4d892ce307fed74437
parentb4b47e1c26bf4ee34516a6b40ad665f089061989
Remove EXTRACT_MACROS check from EXTRACT_NUMBER in regex.

Commit 367b1135 converted EXTRACT_NUMBER to always call a function, to
enable the use of parameter types and local variables.  In doing this
it removed the separate DEBUG implementation.

The EXTRACT_MACROS check was accidentally left in, but no longer makes
sense outside of the DEBUG.
regex.c