File: ad-setup.ads

package info (click to toggle)
adabrowse 4.0.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,316 kB
  • ctags: 253
  • sloc: ada: 29,761; makefile: 150; ansic: 4
file content (16 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--  This file has been automatically generated.

pragma License (GPL);

package AD.Setup is

   pragma Pure;

   GNAT_Name : constant String;

private

   GNAT_Name : constant String :=
     "gnatgcc";

end AD.Setup;