projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
113d5bd
)
perl-5.8.0, langinfo.h and YESSTR
insecure [Thu, 21 Aug 2003 21:37:56 +0000 (
00:37
+0300)]
Message-Id: <
200308212137
.57016.insecure@mail.od.ua>
p4raw-id: //depot/perl@20817
ext/I18N/Langinfo/Langinfo.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/I18N/Langinfo/Langinfo.xs
b/ext/I18N/Langinfo/Langinfo.xs
index
39faaf1
..
c1da981
100644
(file)
--- a/
ext/I18N/Langinfo/Langinfo.xs
+++ b/
ext/I18N/Langinfo/Langinfo.xs
@@
-3,6
+3,7
@@
#include "XSUB.h"
#ifdef I_LANGINFO
+# define __USE_GNU 1 /* Enables YESSTR, otherwise only __YESSTR. */
# include <langinfo.h>
#endif