~ubuntu-branches/debian/stretch/adabrowse/stretch

« back to all changes in this revision

Viewing changes to ad-setup.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2004-02-14 13:22:40 UTC
  • Revision ID: james.westby@ubuntu.com-20040214132240-cqumhiq1677pkvzo
Tags: upstream-4.0.2
ImportĀ upstreamĀ versionĀ 4.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--  This file has been automatically generated.
 
2
 
 
3
pragma License (GPL);
 
4
 
 
5
package AD.Setup is
 
6
 
 
7
   pragma Pure;
 
8
 
 
9
   GNAT_Name : constant String;
 
10
 
 
11
private
 
12
 
 
13
   GNAT_Name : constant String :=
 
14
     "gcc";
 
15
 
 
16
end AD.Setup;