~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to src/rules-pragmas.ads

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2008-04-27 15:25:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080427152559-qrlic533a1x02flu
Tags: 1.8r8-1

* New upstream version.
* debian/adacontrol.gpr: delete; use upstream's project file instead.
* patches/build.patch: patch upstream's project file to change Object_Dir
  and Exec_Dir.
* Build-depend on asis 2007 and gnat-4.3.
* Add support for mips, mipsel and ppc64.
* Build and provide ptree.
* ptree.1: new.
* adactl.1: update; new options and rules are available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
package Rules.Pragmas is
36
36
 
37
 
   -- This rule can be used to check/search for the usage of a specific pragma
38
 
   -- Parameters (1) => pragma name
39
 
   -- Parameters (2) => pragma name
40
 
   -- ...
41
 
   -- Parameters (N) => pragma name
42
 
 
43
37
   Rule_Id : constant Wide_String := "PRAGMAS";
44
38
 
45
39
   procedure Process_Pragma (Pragma_Element : in Asis.Pragma_Element);
46
 
   -- Applies the rule
47
 
   --
48
 
   -- Expected Element_Kinds:
49
 
   --      A_Pragma
50
40
 
51
41
end Rules.Pragmas;