Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra4/src/tools/pl/templ/fnsfile.c – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | 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
/* AUTOMATICALLY GENERATED BY %ZX VERSION %ZV FROM TDF %VA.%VB */
32
 
33
#include "config.h"
34
#include "encodings.h"
35
#include "enc_nos.h"
36
#include "defs.h"
37
#include "analyse_sort.h"
38
#include "consfile.h"
39
#include "lex.h"
40
#include "syntax.h"
41
@use exp
42
@special callees
43
@special procprops
44
@special string
45
@special exp apply_general_proc
46
@special exp apply_proc
47
@special exp case
48
@special exp identify
49
@special exp labelled
50
@special exp make_floating
51
@special exp make_general_proc
52
@special exp make_int
53
@special exp make_proc
54
@special exp obtain_tag
55
@special exp sequence
56
@special exp tail_call
57
@special exp variable
58
@special alignment obtain_al_tag
59
@special error_treatment error_jump
60
@special nat make_nat
61
@special token use_tokdef
62
@loop sort
63
@if sort.basic
64
@if !sort.special
65
@loop sort.cons
66
@if cons.simple
67
 
68
void c_%CN
69
    PROTO_Z ()
70
{
71
@if cons.params
72
    skip_term ( lex_ord ) ;
73
    o_%CN (
74
@loop cons.param
75
@if param.last
76
	read_%PSN () ; skip_term ( lex_crd )
77
@else
78
	read_%PSN () ; skip_term ( lex_comma ),
79
@endif
80
@end
81
    )
82
@else
83
    o_%CN ;
84
@endif
85
    return ;
86
}
87
@endif
88
@end
89
@endif
90
@endif
91
@end