diff options
author | dgp <dgp@users.sourceforge.net> | 2015-03-24 19:13:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-03-24 19:13:10 (GMT) |
commit | e7d6184f174812e2b29917a973a19e31b2f831b1 (patch) | |
tree | b5bae340eed26502e2261af9d5f190b6893f1b2d /compat | |
parent | 4c4c5a44021f4a8239c9baba0e4c36a3b4e330f8 (diff) | |
download | tk-e7d6184f174812e2b29917a973a19e31b2f831b1.zip tk-e7d6184f174812e2b29917a973a19e31b2f831b1.tar.gz tk-e7d6184f174812e2b29917a973a19e31b2f831b1.tar.bz2 |
Purge configuration efforts at supporting platforms lacking <limits.h>.
Diffstat (limited to 'compat')
-rw-r--r-- | compat/limits.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/compat/limits.h b/compat/limits.h deleted file mode 100644 index 2cb082b..0000000 --- a/compat/limits.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * limits.h -- - * - * This is a dummy header file to #include in Tcl when there - * is no limits.h in /usr/include. There are only a few - * definitions here; also see tclPort.h, which already - * #defines some of the things here if they're not arleady - * defined. - * - * Copyright (c) 1991 The Regents of the University of California. - * Copyright (c) 1994 Sun Microsystems, Inc. - * - * See the file "license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - */ - -#define LONG_MIN 0x80000000 -#define LONG_MAX 0x7fffffff -#define INT_MIN 0x80000000 -#define INT_MAX 0x7fffffff -#define SHRT_MIN 0x8000 -#define SHRT_MAX 0x7fff |