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
 
33
/*
34
			    VERSION INFORMATION
35
			    ===================
36
 
37
--------------------------------------------------------------------------
38
$Header: /u/g/release/CVSROOT/Source/src/installers/hppa/common/stab_conf.h,v 1.1.1.1 1998/01/17 15:56:03 release Exp $
39
--------------------------------------------------------------------------
40
$Log: stab_conf.h,v $
41
 * Revision 1.1.1.1  1998/01/17  15:56:03  release
42
 * First version to be checked into rolling release.
43
 *
44
 * Revision 1.2  1995/12/18  13:12:37  wfs
45
 * Put hppatrans uder cvs control. Major Changes made since last release
46
 * include:
47
 * (i) PIC code generation.
48
 * (ii) Profiling.
49
 * (iii) Dynamic Initialization.
50
 * (iv) Debugging of Exception Handling and Diagnostics.
51
 *
52
 * Revision 5.0  1995/08/25  13:42:58  wfs
53
 * Preperation for August 25 Glue release
54
 *
55
 * Revision 3.4  1995/08/25  11:12:16  wfs
56
 * *** empty log message ***
57
 *
58
 * Revision 3.4  1995/08/25  11:12:16  wfs
59
 * *** empty log message ***
60
 *
61
 * Revision 3.1  95/04/10  16:28:15  16:28:15  wfs (William Simmonds)
62
 * Apr95 tape version.
63
 * 
64
 * Revision 3.0  95/03/30  11:19:03  11:19:03  wfs (William Simmonds)
65
 * Mar95 tape version with CRCR95_178 bug fix.
66
 * 
67
 * Revision 2.0  95/03/15  15:28:56  15:28:56  wfs (William Simmonds)
68
 * spec 3.1 changes implemented, tests outstanding.
69
 * 
70
 * Revision 1.2  1994/07/04  09:24:54  djch
71
 * Jun94 tape version
72
 *
73
 * Revision 1.1  1994/05/03  14:50:43  djch
74
 * Initial revision
75
 *
76
 * Revision 1.2  93/06/29  14:35:48  14:35:48  ra (Robert Andrews)
77
 * Minor renaming of diagnostic routines.
78
 * 
79
 * Revision 1.1  93/06/24  14:59:30  14:59:30  ra (Robert Andrews)
80
 * Initial revision
81
 * 
82
--------------------------------------------------------------------------
83
*/
84
 
85
 
86
#ifndef STAB_CONF_INCLUDED
87
#define STAB_CONF_INCLUDED
88
 
89
typedef long OUTPUT_REC ;
90
typedef diag_descriptor diag_global ;
91
 
92
#define INSPECT_FILENAME( x )	stab_collect_files ( x )
93
#define NEW_DIAG_GLOBAL( x )	( x )
94
#define OUTPUT_DIAG_TAGS()	stab_tagdefs ()
95
#define OUTPUT_GLOBALS_TAB()	stab_typedefs ()
96
 
97
#endif /* STAB_CONF_INCLUDED */