summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-07-17 13:25:58 -0600
committerKarl Williamson <khw@cpan.org>2017-07-17 13:37:02 -0600
commitb0d0f975aaa2f94594b71546d04825511820bfe9 (patch)
treeb39ffeae39c67bac78b003c0e08c2e94ed7d1308
parent978b185906e439ce6a0fcb8e90c8e3f328556a8a (diff)
downloadperl-b0d0f975aaa2f94594b71546d04825511820bfe9.tar.gz
perl.h: Remove extraneous '}'
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.
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 07fda9cbc0..97a5ba3f9f 100644
--- 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