------------------------------------------------------------------------------- -- -- This file is part of AdaBrowse. -- -- Copyright (c) 2002 by Thomas Wolf. --
-- AdaBrowse is free software; you can redistribute it and/or modify it -- under the terms of the GNU General Public License as published by the -- Free Software Foundation; either version 2, or (at your option) any -- later version. AdaBrowse is distributed in the hope that it will be -- useful, but without any warranty; without even the implied -- warranty of merchantability or fitness for a particular purpose. -- See the GNU General Public License for more details. You should have -- received a copy of the GNU General Public License with this distribution, -- see file "GPL.txt". If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, -- USA. ---- --
Set_Standard_Units (True)
has been called, returns @True@
-- for non-application units, otherwise, it'll always return @False@ for
-- such units.
private
Null_Crossref : constant Cross_Reference :=
(Full_Unit_Name => Ada.Strings.Wide_Unbounded.Null_Unbounded_Wide_String,
Image => Ada.Strings.Wide_Unbounded.Null_Unbounded_Wide_String,
Position => Asis2.Spans.Nil_Position,
Is_Local => False,
Is_Top_Unit => False,
Ignore => True);
end AD.Crossrefs;