We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51844f8 commit a4a7852Copy full SHA for a4a7852
perl.h
@@ -1159,6 +1159,15 @@ violations are fatal.
1159
#define */
1160
#endif
1161
1162
+/* Even if not using locales, this header should be #included so as to #define
1163
+ * some symbols which avoid #ifdefs to get things to compile. But make sure
1164
+ * the macro it calls does nothing */
1165
+#ifndef USE_LOCALE
1166
+# undef PERL_LOCALE_TABLE_ENTRY
1167
+# define PERL_LOCALE_TABLE_ENTRY(name, call_back)
1168
+# include "locale_table.h"
1169
+#endif
1170
+
1171
/* XXX The Configure probe for categories must be updated when adding new
1172
* categories here */
1173
0 commit comments