/[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

projs/trunk/shared_source/tcl_base/tclmath.h revision 42 by dashley, Fri Oct 14 01:50:00 2016 UTC projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmath.h revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
 /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclmath.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $ */  
   
 /*  
  * tclMath.h --  
  *  
  *      This file is necessary because of Metrowerks CodeWarrior Pro 1  
  *      on the Macintosh. With 8-byte doubles turned on, the definitions of  
  *      sin, cos, acos, etc., are screwed up.  They are fine as long as  
  *      they are used as function calls, but if the function pointers  
  *      are passed around and used, they will crash hard on the 68K.  
  *  
  * Copyright (c) 1997 Sun Microsystems, Inc.  
  *  
  * See the file "license.terms" for information on usage and redistribution  
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.  
  *  
  * RCS: @(#) $Id: tclmath.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $  
  */  
   
 #ifndef _TCLMATH  
 #define _TCLMATH  
   
 #if defined(MAC_TCL)  
 #   include "tclMacMath.h"  
 #else  
 #   include <math.h>  
 #endif  
   
 #endif /* _TCLMATH */  
   
   
 /* $History: tclmath.h $  
  *  
  * *****************  Version 1  *****************  
  * User: Dtashley     Date: 1/02/01    Time: 1:32a  
  * Created in $/IjuScripter, IjuConsole/Source/Tcl Base  
  * Initial check-in.  
  */  
   
 /* End of TCLMATH.H */  
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 */

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

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25