OSDN Git Service

Merge remote-tracking branch 'gnu/gcc-4_7-branch' into rework
[pf3gnuchains/gcc-fork.git] / gcc / ada / sinfo-cn.ads
index 6460e6c..c6988f4 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2007, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2011, 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- --
@@ -65,4 +65,9 @@ package Sinfo.CN is
    --  on return the Chars field is set to a copy of the contents of the
    --  Chars field of the Selector_Name field.
 
+   procedure Change_Name_To_Procedure_Call_Statement (N : Node_Id);
+   --  Some statements (procedure call statements) are in the form of a name
+   --  and are parsed as such. This routine takes the scanned name as input
+   --  and returns the corresponding N_Procedure_Call_Statement.
+
 end Sinfo.CN;