summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-03-24 18:37:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-03-24 18:37:17 (GMT)
commitaf3600a6ed0188b8b90b6987ba7d242875b86021 (patch)
tree3d2221317a23825a0ad95b156fbc305ae792e9cc /compat
parent21e9e3a80060cfa1b4f9167938f7abb272096fb2 (diff)
parentbc7e4c5d682aa821d2007ffcbf404b59e3474542 (diff)
downloadtcl-af3600a6ed0188b8b90b6987ba7d242875b86021.zip
tcl-af3600a6ed0188b8b90b6987ba7d242875b86021.tar.gz
tcl-af3600a6ed0188b8b90b6987ba7d242875b86021.tar.bz2
merge trunk; purge TCL_HASH_KEY_STORE_HASH customization. That was a
migration crutch to help code get to Tcl 8.4. It need not survive into 9.0.
Diffstat (limited to 'compat')
-rw-r--r--compat/limits.h22
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