File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 17
17
-- ----------------------------------------------------------------------------
18
18
19
19
-- Namespace for units generated for instrumentation purposes
20
+ --
21
+ -- This unit needs to be compilable with Ada 95 compilers
20
22
21
23
package GCVRT is
22
24
pragma Pure;
Original file line number Diff line number Diff line change 23
23
-- ----------------------------------------------------------------------------
24
24
25
25
-- Ada bindings for gnatcov_rts_c-strings.h
26
+ --
27
+ -- This unit needs to be compilable with Ada 95 compilers
26
28
27
29
with Interfaces.C ; use Interfaces.C;
28
30
Original file line number Diff line number Diff line change 23
23
-- ----------------------------------------------------------------------------
24
24
25
25
-- Namespace for all support packages required to dump traces
26
+ --
27
+ -- This unit needs to be compilable with Ada 95 compilers
26
28
27
29
package GNATcov_RTS.Traces.Output is
28
30
31
+ pragma Pure;
32
+
29
33
end GNATcov_RTS.Traces.Output ;
Original file line number Diff line number Diff line change 22
22
-- --
23
23
-- ----------------------------------------------------------------------------
24
24
25
+ -- This unit needs to be compilable with Ada 95 compilers
26
+
25
27
package GNATcov_RTS.Traces is
26
28
27
29
pragma Pure;
You can’t perform that action at this time.
0 commit comments