/[dtapublic]/projs/ets/trunk/src/c_tcl_base_7_5_w_mods/tclmath.h
ViewVC logotype

Annotation of /projs/ets/trunk/src/c_tcl_base_7_5_w_mods/tclmath.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 64 - (hide annotations) (download)
Sun Oct 30 04:21:11 2016 UTC (7 years, 8 months ago) by dashley
Original Path: projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmath.h
File MIME type: text/plain
File size: 828 byte(s)
Adjust line endings to Windows style.
Set properties to expand the "Header" keyword.
Change header and footer.
1 dashley 64 /*$Header$ */
2 dashley 25 /*
3     * tclMath.h --
4     *
5     * This file is necessary because of Metrowerks CodeWarrior Pro 1
6     * on the Macintosh. With 8-byte doubles turned on, the definitions of
7     * sin, cos, acos, etc., are screwed up. They are fine as long as
8     * they are used as function calls, but if the function pointers
9     * are passed around and used, they will crash hard on the 68K.
10     *
11     * Copyright (c) 1997 Sun Microsystems, Inc.
12     *
13     * See the file "license.terms" for information on usage and redistribution
14     * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
15     *
16     * RCS: @(#) $Id: tclmath.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $
17     */
18    
19     #ifndef _TCLMATH
20     #define _TCLMATH
21    
22     #if defined(MAC_TCL)
23     # include "tclMacMath.h"
24     #else
25     # include <math.h>
26     #endif
27    
28     #endif /* _TCLMATH */
29    
30 dashley 64 /* End of tclmath.h */

Properties

Name Value
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25