This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Remove extraneous '}'
authorKarl Williamson <khw@cpan.org>
Mon, 17 Jul 2017 19:25:58 +0000 (13:25 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 17 Jul 2017 19:37:02 +0000 (13:37 -0600)
This would be a syntax error if the code ever got compiled, but another
error prevents that, which will be fixed in the next commit.

perl.h

diff --git a/perl.h b/perl.h
index 07fda9c..97a5ba3 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -5897,7 +5897,6 @@ typedef struct am_table_short AMTS;
                             PL_C_locale_obj = (locale_t) NULL;              \
                         }                                                   \
                      } STMT_END
-    }
 #   else
 #       define LOCALE_TERM   MUTEX_DESTROY(&PL_locale_mutex)
 #   endif