This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "perl.h: Use STMT_START { ... } STMT_END"
authorLukas Mai <l.mai@web.de>
Thu, 9 Nov 2017 13:34:00 +0000 (14:34 +0100)
committerLukas Mai <l.mai@web.de>
Thu, 9 Nov 2017 14:51:16 +0000 (15:51 +0100)
commit4d99b64b8fbece54c130062573eba61aa451890a
tree4fc02438b4dcc4d5ab8abbd9ac6011dfc58970b3
parentf422095367d289b1dd6ad6d76e51f3b73f47d351
Revert "perl.h: Use STMT_START { ... } STMT_END"

This reverts commit 11b2cef65dac01e8723c9a6f6e640665cb752a2c.

DECLARE_STORE_LC_NUMERIC_SET_TO_NEEDED seems to be unused, but the
previous commit made it a syntax error (unmatched '{').

It also doesn't make sense to wrap what is supposed to be a declaration
in a { } block.
perl.h