diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-15 09:42:07 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-15 09:42:07 (GMT) |
| commit | 346cce57455de92d12fcef5ea4115a9657458b84 (patch) | |
| tree | 62153fbab1b634ba4e9a9b9e0c15c0d394aa4127 /compat/float.h | |
| parent | e3439b6af28680828231cfcf081ebb618ac1740f (diff) | |
| download | tcl-346cce57455de92d12fcef5ea4115a9657458b84.zip tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.gz tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.bz2 | |
Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time ....
Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
Diffstat (limited to 'compat/float.h')
| -rw-r--r-- | compat/float.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/compat/float.h b/compat/float.h deleted file mode 100644 index 411edbf..0000000 --- a/compat/float.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * float.h -- - * - * This is a dummy header file to #include in Tcl when there - * is no float.h in /usr/include. Right now this file is empty: - * Tcl contains #ifdefs to deal with the lack of definitions; - * all it needs is for the #include statement to work. - * - * Copyright (c) 1993 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. - */ |
