summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 7d96132dd1..19ccb1cd5c 100644
--- a/perl.h
+++ b/perl.h
@@ -1330,6 +1330,12 @@ typedef enum { /* Is the locale UTF8? */
LOCALE_UTF8NESS_UNKNOWN
} locale_utf8ness_t;
+typedef struct {
+ const char *name;
+ size_t offset;
+} lconv_offset_t;
+
+
#endif
#include <setjmp.h>