Skip to content

Commit 3df69bc

Browse files
committed
Add support for _locale.
1 parent fc4255d commit 3df69bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/Setup.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ struct structmodule.c # binary structure packing/unpacking
138138
time timemodule.c # -lm # time operations and variables
139139
operator operator.c # operator.add() and similar goodies
140140

141+
#_locale _localemodule.c # access to ISO C locale support
142+
141143

142144
# Modules with some UNIX dependencies -- on by default:
143145
# (If you have a really backward UNIX, select and socket may not be

0 commit comments

Comments
 (0)