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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by dashley, Sun Oct 30 04:21:11 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /*$Header$ */  /* $Header$ */
2  /*  /*
3   * tclMath.h --   * tclMath.h --
4   *   *
5   *      This file is necessary because of Metrowerks CodeWarrior Pro 1   *      This file is necessary because of Metrowerks CodeWarrior Pro 1
6   *      on the Macintosh. With 8-byte doubles turned on, the definitions of   *      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   *      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   *      they are used as function calls, but if the function pointers
9   *      are passed around and used, they will crash hard on the 68K.   *      are passed around and used, they will crash hard on the 68K.
10   *   *
11   * Copyright (c) 1997 Sun Microsystems, Inc.   * Copyright (c) 1997 Sun Microsystems, Inc.
12   *   *
13   * See the file "license.terms" for information on usage and redistribution   * See the file "license.terms" for information on usage and redistribution
14   * of this file, and for a DISCLAIMER OF ALL WARRANTIES.   * 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 $   * RCS: @(#) $Id: tclmath.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $
17   */   */
18    
19  #ifndef _TCLMATH  #ifndef _TCLMATH
20  #define _TCLMATH  #define _TCLMATH
21    
22  #if defined(MAC_TCL)  #if defined(MAC_TCL)
23  #   include "tclMacMath.h"  #   include "tclMacMath.h"
24  #else  #else
25  #   include <math.h>  #   include <math.h>
26  #endif  #endif
27    
28  #endif /* _TCLMATH */  #endif /* _TCLMATH */
29    
30  /* End of tclmath.h */  /* End of tclmath.h */

Legend:
Removed from v.64  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25