From 810ec44244e03a3b5acc4dc164d4ab59b7c81629 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 19 Mar 2011 20:22:08 +0000 Subject: Add PERL_NO_GET_CONTEXT to I18N::Langinfo For threaded platforms, this reduces the object code size, and should slightly reduce CPU usage. --- ext/I18N-Langinfo/Langinfo.xs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/I18N-Langinfo/Langinfo.xs b/ext/I18N-Langinfo/Langinfo.xs index d08707541e..8b1fd5a4ef 100644 --- a/ext/I18N-Langinfo/Langinfo.xs +++ b/ext/I18N-Langinfo/Langinfo.xs @@ -1,3 +1,5 @@ +#define PERL_NO_GET_CONTEXT + #include "EXTERN.h" #include "perl.h" #include "XSUB.h" -- cgit v1.2.1