~ubuntu-branches/ubuntu/maverick/adacontrol/maverick

« back to all changes in this revision

Viewing changes to test/conf/t_declarations.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-12-06 19:59:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061206195900-xnfcv9mmhb22lq95
Tags: 1.6r8-1

* New upstream version.
* debian/rules: add a copyright statement.  Use all available CPUs to
  build.  Install predefined rules files in /usr/share/adacontrol.
* debian/adacontrol.gpr: work around a compiler (GCC 4.1) bug triggered
  by two of AdaControl's source files.
* debian/README.Debian: new; explain about the predefined rule files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                     extension,
15
15
                     float_type,
16
16
                     formal_function,
17
 
                     formal_in_out,
18
17
                     formal_package,
19
18
                     formal_procedure,
20
 
                     generic,
21
19
                     handlers,
 
20
                     in_out_parameter,
 
21
                     in_out_generic_parameter,
 
22
                     initialized_protected_field,
 
23
                     initialized_record_field,
 
24
                     limited_private_type,
22
25
                     modular_type,
23
26
                     multiple_names,
24
27
                     named_number,
 
28
                     nested_function_instantiation,
 
29
                     nested_generic_function,
 
30
                     nested_generic_procedure,
 
31
                     nested_generic_package,
 
32
                     nested_package,
 
33
                     nested_package_instantiation,
 
34
                     nested_procedure_instantiation,
 
35
                     non_identical_renaming,
 
36
                     non_limited_private_type,
25
37
                     null_extension,
26
38
                     null_ordinary_record_type,
27
39
                     null_tagged_type,
28
40
                     operator,
29
41
                     ordinary_fixed_type,
30
42
                     ordinary_record_type,
 
43
                     out_parameter,
31
44
                     package_statements,
 
45
                     private_extension,
32
46
                     protected_entry,
33
47
                     protected_type,
34
 
                     renames,
 
48
                     renaming,
35
49
                     separate,
36
50
                     signed_type,
37
51
                     single_array,
41
55
                     tagged_type,
42
56
                     task_entry,
43
57
                     task_type,
44
 
                     unconstrained_array_type);
 
58
                     unconstrained_array_type,
 
59
                     uninitialized_protected_field,
 
60
                     uninitialized_record_field);
45
61
check  declarations (access_type,
46
62
                     array,
47
63
                     fixed_type,
 
64
                     generic,
48
65
                     integer_type,
49
 
                     not_operator_renames,
 
66
                     not_operator_renaming,
 
67
                     operator_renaming,
50
68
                     protected,
51
69
                     record_type,
52
70
                     task);
53
71
Nb_entries: count declarations (entry);
54
 
Nb_array_types : count declarations (array_type);
 
 
b'\\ No newline at end of file'
 
72
Nb_array_types : count declarations (array_type);