Revert #31942, as it was inconsistent between threaded and
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 23 Sep 2007 13:57:00 +0000 (13:57 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 23 Sep 2007 13:57:00 +0000 (13:57 +0000)
non-threaded builds

p4raw-id: //depot/perl@31943

hints/netbsd.sh
t/uni/overload.t

index 11fa30c..e82a3d1 100644 (file)
@@ -103,15 +103,6 @@ case "$osvers" in
        ;;
 esac
 
-# @20070922: setlocale() doesn't support LC_COLLATE and LC_NUMERIC
-case "$osvers" in
-2.*|3.*|4.*)
-       # next two lines should start at column 0
-locale_cflags='ccflags="$ccflags -DNO_LOCALE_COLLATE -DNO_LOCALE_NUMERIC"'
-sv_cflags='ccflags="$ccflags -DNO_LOCALE_COLLATE"'
-       ;;
-esac
-
 # These are obsolete in any netbsd.
 d_setrgid="$undef"
 d_setruid="$undef"
index a94d453..e4f4e13 100644 (file)
@@ -101,7 +101,7 @@ SKIP: {
        skip "No setlocale", 24;
     } elsif (!setlocale(&POSIX::LC_ALL, "en_GB.ISO8859-1")) {
        skip "Could not setlocale to en_GB.ISO8859-1", 24;
-    } elsif ($^O eq 'dec_osf' || $^O eq 'VMS' || $^O eq 'netbsd') {
+    } elsif ($^O eq 'dec_osf' || $^O eq 'VMS') {
        skip "$^O has broken en_GB.ISO8859-1 locale", 24;
     } else {
        use locale;