diff options
author | dgp <dgp@users.sourceforge.net> | 2017-11-15 13:39:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-11-15 13:39:12 (GMT) |
commit | 8a227678b234219b0301c75a977c09b1b0daafd0 (patch) | |
tree | 0f7670a598c66c8b244614d933c1c933b77785d0 /compat | |
parent | c7c8527ce3b68e777b0ddc925fc254baf1861fda (diff) | |
parent | 346cce57455de92d12fcef5ea4115a9657458b84 (diff) | |
download | tcl-8a227678b234219b0301c75a977c09b1b0daafd0.zip tcl-8a227678b234219b0301c75a977c09b1b0daafd0.tar.gz tcl-8a227678b234219b0301c75a977c09b1b0daafd0.tar.bz2 |
merge 8.7
Diffstat (limited to 'compat')
-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. - */ |