mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 05:50:26 +08:00
Update comments.
From-SVN: r134072
This commit is contained in:
parent
7d90384096
commit
1aa9da5b1c
@ -6,7 +6,7 @@
|
||||
-- --
|
||||
-- S p e c --
|
||||
-- --
|
||||
-- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
|
||||
-- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
|
||||
-- --
|
||||
-- GNAT is free software; you can redistribute it and/or modify it under --
|
||||
-- terms of the GNU General Public License as published by the Free Soft- --
|
||||
@ -201,7 +201,7 @@ package Nlists is
|
||||
function Is_Empty_List (List : List_Id) return Boolean;
|
||||
pragma Inline (Is_Empty_List);
|
||||
-- This function determines if a given list id references a node list that
|
||||
-- contains no items. No_List is a not a legitimate argument.
|
||||
-- contains no items. No_List as an argument returns True.
|
||||
|
||||
function Is_Non_Empty_List (List : List_Id) return Boolean;
|
||||
pragma Inline (Is_Non_Empty_List);
|
||||
|
Loading…
x
Reference in New Issue
Block a user