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 1717-- ----------------------------------------------------------------------------
1818
1919-- Namespace for units generated for instrumentation purposes
20+ --
21+ -- This unit needs to be compilable with Ada 95 compilers
2022
2123package GCVRT is
2224 pragma Pure;
Original file line number Diff line number Diff line change 2323-- ----------------------------------------------------------------------------
2424
2525-- Ada bindings for gnatcov_rts_c-strings.h
26+ --
27+ -- This unit needs to be compilable with Ada 95 compilers
2628
2729with Interfaces.C ; use Interfaces.C;
2830
Original file line number Diff line number Diff line change 2323-- ----------------------------------------------------------------------------
2424
2525-- Namespace for all support packages required to dump traces
26+ --
27+ -- This unit needs to be compilable with Ada 95 compilers
2628
2729package GNATcov_RTS.Traces.Output is
2830
31+ pragma Pure;
32+
2933end GNATcov_RTS.Traces.Output ;
Original file line number Diff line number Diff line change 2222-- --
2323-- ----------------------------------------------------------------------------
2424
25+ -- This unit needs to be compilable with Ada 95 compilers
26+
2527package GNATcov_RTS.Traces is
2628
2729 pragma Pure;
You can’t perform that action at this time.
0 commit comments