Skip to content

Commit ad34bfc

Browse files
author
jan.nijtmans
committed
SunOS 4 is no longer supported
2 parents 779958e + 5ea2bdc commit ad34bfc

File tree

7 files changed

+426
-588
lines changed

7 files changed

+426
-588
lines changed

compat/string.h

-53
This file was deleted.

generic/tclInt.h

-4
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@
6868
#include <stdarg.h>
6969
#include <stdlib.h>
7070
#include <stdint.h>
71-
#ifdef NO_STRING_H
72-
#include "../compat/string.h"
73-
#else
7471
#include <string.h>
75-
#endif
7672
#include <locale.h>
7773

7874
/*

tests/load.test

-5
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ test load-5.1 {file name not specified and no static package: pick default} -set
141141
interp delete x
142142
} -result [list [list [file join $testDir tcl9pkga$ext] Pkga]]
143143

144-
# On some platforms, like SunOS 4.1.3, these tests can't be run because
145-
# they cause the process to exit.
146-
#
147-
# As of 2005, such ancient broken systems no longer matter.
148-
149144
test load-6.1 {errors loading file} [list $dll $loaded] {
150145
catch {load foo foo}
151146
} {1}

0 commit comments

Comments
 (0)