sl@0
|
1 |
/*
|
sl@0
|
2 |
* float.h --
|
sl@0
|
3 |
*
|
sl@0
|
4 |
* This is a dummy header file to #include in Tcl when there
|
sl@0
|
5 |
* is no float.h in /usr/include. Right now this file is empty:
|
sl@0
|
6 |
* Tcl contains #ifdefs to deal with the lack of definitions;
|
sl@0
|
7 |
* all it needs is for the #include statement to work.
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Copyright (c) 1993 The Regents of the University of California.
|
sl@0
|
10 |
* Copyright (c) 1994 Sun Microsystems, Inc.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* See the file "license.terms" for information on usage and redistribution
|
sl@0
|
13 |
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
sl@0
|
14 |
*
|
sl@0
|
15 |
* RCS: @(#) $Id: float.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
|
sl@0
|
16 |
*/
|