Deleted Added
full compact
math64.h (76116) math64.h (94290)
1/*******************************************************************
2** m a t h 6 4 . h
3** Forth Inspired Command Language - 64 bit math support routines
4** Author: John Sadler (john_sadler@alum.mit.edu)
5** Created: 25 January 1998
1/*******************************************************************
2** m a t h 6 4 . h
3** Forth Inspired Command Language - 64 bit math support routines
4** Author: John Sadler (john_sadler@alum.mit.edu)
5** Created: 25 January 1998
6** $Id: math64.h,v 1.5 2001-04-26 21:41:53-07 jsadler Exp jsadler $
6** $Id: math64.h,v 1.9 2001/12/05 07:21:34 jsadler Exp $
7*******************************************************************/
8/*
9** Copyright (c) 1997-2001 John Sadler (john_sadler@alum.mit.edu)
10** All rights reserved.
11**
7*******************************************************************/
8/*
9** Copyright (c) 1997-2001 John Sadler (john_sadler@alum.mit.edu)
10** All rights reserved.
11**
12** I am interested in hearing from anyone who uses ficl. If you have
13** a problem, a success story, a defect, an enhancement request, or
14** if you would like to contribute to the ficl release, please
15** contact me by email at the address above.
16**
12** Get the latest Ficl release at http://ficl.sourceforge.net
13**
14** L I C E N S E and D I S C L A I M E R
15**
16** Redistribution and use in source and binary forms, with or without
17** modification, are permitted provided that the following conditions
18** are met:
19** 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

28** ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
29** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35** SUCH DAMAGE.
17** Get the latest Ficl release at http://ficl.sourceforge.net
18**
19** L I C E N S E and D I S C L A I M E R
20**
21** Redistribution and use in source and binary forms, with or without
22** modification, are permitted provided that the following conditions
23** are met:
24** 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

33** ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
34** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40** SUCH DAMAGE.
36**
37** I am interested in hearing from anyone who uses ficl. If you have
38** a problem, a success story, a defect, an enhancement request, or
39** if you would like to contribute to the ficl release, please send
40** contact me by email at the address above.
41**
42** $Id: math64.h,v 1.5 2001-04-26 21:41:53-07 jsadler Exp jsadler $
43*/
44
41*/
42
45/* $FreeBSD: head/sys/boot/ficl/math64.h 76116 2001-04-29 02:36:36Z dcs $ */
43/* $FreeBSD: head/sys/boot/ficl/math64.h 94290 2002-04-09 17:45:28Z dcs $ */
46
47#if !defined (__MATH64_H__)
48#define __MATH64_H__
49
50#ifdef __cplusplus
51extern "C" {
52#endif
53

--- 37 unchanged lines hidden ---
44
45#if !defined (__MATH64_H__)
46#define __MATH64_H__
47
48#ifdef __cplusplus
49extern "C" {
50#endif
51

--- 37 unchanged lines hidden ---