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

Contents of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmath.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 66 - (show annotations) (download)
Sun Oct 30 21:57:38 2016 UTC (7 years, 4 months ago) by dashley
File MIME type: text/plain
File size: 829 byte(s)
Header and footer cleanup.
1 /* $Header$ */
2 /*
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 /* End of tclmath.h */

Properties

Name Value
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25