~ubuntu-branches/debian/jessie/adabrowse/jessie

« back to all changes in this revision

Viewing changes to ad-user_tags.adb

  • Committer: Bazaar Package Importer
  • Author(s): Adrian-Ken Rueegsegger
  • Date: 2009-02-15 18:46:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215184614-skdqdiei7armqu7j
Tags: 4.0.3-1
* Fix dh-clean-k-is-deprecated lintian warning.
* Merging upstream version 4.0.3.
* Sync copyright notice with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
      end if;
281
281
      if Q.all in User_Defined_Tag'Class then
282
282
         declare
283
 
            P : User_Tag_Ptr := User_Tag_Ptr (Q);
 
283
            P : constant User_Tag_Ptr := User_Tag_Ptr (Q);
284
284
         begin
285
285
            P.In_Expansion := False;
286
286
         end;