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
#pragma TenDRA begin
32
#pragma TenDRA implicit function declaration off
33
#pragma TenDRA incompatible void return disallow
34
#pragma TenDRA unreachable code disallow
35
#pragma TenDRA fall into case disallow
36
#pragma TenDRA conversion analysis (int-pointer) on
37
#pragma TenDRA conversion analysis (pointer-pointer) on
38
#pragma TenDRA conversion analysis (int-int explicit) off
39
#pragma TenDRA conversion analysis (int-int implicit) warning
40
#pragma TenDRA function pointer as pointer disallow
41
#pragma TenDRA complete struct/union analysis off
42
#pragma TenDRA variable analysis warning
43
#pragma TenDRA discard analysis (function return) on
44
#pragma TenDRA discard analysis (value) on
45
#pragma TenDRA discard analysis (static) on
46
#pragma TenDRA linkage resolution : off
47
#pragma TenDRA unknown pragma disallow
48
#pragma TenDRA directive file disallow
49
#pragma TenDRA directive ident disallow
50
#pragma TenDRA directive assert disallow
51
#pragma TenDRA directive unassert disallow
52
#pragma TenDRA directive weak disallow
53
#pragma TenDRA extra bitfield int type disallow
54
#pragma TenDRA conditional lvalue disallow
55
#pragma TenDRA no external declaration disallow
56
#pragma TenDRA weak macro equality disallow
57
#pragma TenDRA extra ; disallow
58
#pragma TenDRA extra type definition disallow
59
#pragma TenDRA implicit int type for external declaration disallow
60
#pragma TenDRA implicit int type for function return disallow
61
#pragma TenDRA includes depth 8
62
#pragma TenDRA indented # directive allow
63
#pragma TenDRA initialization of struct/union (auto) disallow
64
#pragma TenDRA text after directive disallow
65
#pragma TenDRA ignore struct/union/enum tag off
66
#pragma TenDRA unknown escape disallow