Deleted Added
full compact
gdtoa.h (187808) gdtoa.h (219557)
1/****************************************************************
2
3The author of this software is David M. Gay.
4
5Copyright (C) 1998 by Lucent Technologies
6All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and

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

31
32#ifndef GDTOA_H_INCLUDED
33#define GDTOA_H_INCLUDED
34
35#include "arith.h"
36#include <stddef.h> /* for size_t */
37
38#ifndef Long
1/****************************************************************
2
3The author of this software is David M. Gay.
4
5Copyright (C) 1998 by Lucent Technologies
6All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and

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

31
32#ifndef GDTOA_H_INCLUDED
33#define GDTOA_H_INCLUDED
34
35#include "arith.h"
36#include <stddef.h> /* for size_t */
37
38#ifndef Long
39#define Long long
39#define Long int
40#endif
41#ifndef ULong
42typedef unsigned Long ULong;
43#endif
44#ifndef UShort
45typedef unsigned short UShort;
46#endif
47

--- 107 unchanged lines hidden ---
40#endif
41#ifndef ULong
42typedef unsigned Long ULong;
43#endif
44#ifndef UShort
45typedef unsigned short UShort;
46#endif
47

--- 107 unchanged lines hidden ---