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 | e450f5762837d46e9c72791b8af7361838364291 (patch) | |
tree | b5bae340eed26502e2261af9d5f190b6893f1b2d /compat | |
parent | e376bb72e8ff45dbe2d1754b98b28b4dfa1015c1 (diff) | |
download | tk-e450f5762837d46e9c72791b8af7361838364291.zip tk-e450f5762837d46e9c72791b8af7361838364291.tar.gz tk-e450f5762837d46e9c72791b8af7361838364291.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 |