pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
1996-09-22
1996-09-22 23:24:14 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2cf1a117d358f281a4015cf8ff0c7f2ce9021f1d (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
LC_* undefined now fixed
Rev: src/main.c:1.2
56:
struct array *a; #ifdef HAVE_SETLOCALE
+
#ifdef LC_NUMERIC
setlocale(LC_NUMERIC, "C");
-
+
#endif
+
#ifdef LC_CTYPE
setlocale(LC_CTYPE, "");
-
+
#endif
+
#ifdef LC_TIME
setlocale(LC_TIME, "C");
-
+
#endif
+
#ifdef LC_COLLATE
setlocale(LC_COLLATE, "");
-
+
#endif
+
#ifdef LC_MESSAGES
setlocale(LC_MESSAGES, ""); #endif
-
+
#endif
init_backend(); master_file = 0; #ifdef HAVE_GETENV