Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
 
30
 
31
/**********************************************************************
32
$Author: release $
33
$Date: 1998/01/17 15:55:47 $
34
$Revision: 1.1.1.1 $
35
$Log: shapemacs.h,v $
36
 * Revision 1.1.1.1  1998/01/17  15:55:47  release
37
 * First version to be checked into rolling release.
38
 *
39
 * Revision 1.1  1995/04/06  10:44:05  currie
40
 * Initial revision
41
 *
42
***********************************************************************/
43
#ifndef bothd
44
 
45
 
46
 
47
#define bothd  1
48
#define tophd  2
49
#define scharhd  3
50
#define ucharhd  4
51
#define swordhd  5
52
#define uwordhd  6
53
#define slonghd  7
54
#define ulonghd  8
55
#define s64hd 9
56
#define u64hd 10
57
 
58
 
59
 
60
#define shcomplexhd  17
61
#define complexhd  18
62
#define complexdoublehd  19
63
#define shrealhd  20
64
#define realhd  21
65
#define doublehd  22
66
#define bitfhd 23
67
#define prokhd  24
68
#define ptrhd  25
69
#define offsethd  26
70
#define sizehd  27
71
#define cpdhd  28
72
 
73
 
74
#define nofhd  29
75
#define tokhd  30
76
 
77
 
78
#define shrealfv  0
79
#define realfv  1
80
#define doublefv  2
81
#define shcomplexfv  3
82
#define complexfv  4
83
#define complexdoublefv  5
84
 
85
 
86
#define is_floating(x) ((x)>=shrealhd && (x)<= doublehd)
87
 
88
 
89
 
90
#endif