OSDN Git Service

PR target/34091
[pf3gnuchains/gcc-fork.git] / gcc / ada / repinfo.h
index 305c818..ec5452d 100644 (file)
@@ -6,9 +6,7 @@
  *                                                                          *
  *                              C Header File                               *
  *                                                                          *
- *                             $Revision: 1.1 $
- *                                                                          *
- *          Copyright (C) 1999-2001 Free Software Foundation, Inc.          *
+ *          Copyright (C) 1999-2005 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- *
@@ -18,8 +16,8 @@
  * 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  distributed with GNAT;  see file COPYING.  If not, write *
- * to  the Free Software Foundation,  59 Temple Place - Suite 330,  Boston, *
- * MA 02111-1307, USA.                                                      *
+ * to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, *
+ * Boston, MA 02110-1301, USA.                                              *
  *                                                                          *
  * As a  special  exception,  if you  link  this file  with other  files to *
  * produce an executable,  this file does not by itself cause the resulting *
@@ -28,7 +26,7 @@
  * file might be covered by the  GNU Public License.                        *
  *                                                                          *
  * GNAT was originally developed  by the GNAT team at  New York University. *
- * It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). *
+ * Extensive contributions were provided by Ada Core Technologies Inc.      *
  *                                                                          *
  ****************************************************************************/
 
@@ -69,11 +67,12 @@ typedef char TCode;
 #define Ge_Expr          25
 #define Eq_Expr          26
 #define Ne_Expr          27
+#define Bit_And_Expr     28
 
 /* Creates a node using the tree code defined by Expr and from 1-3
    operands as required (unused operands set as shown to No_Uint) Note
    that this call can be used to create a discriminant reference by
    using (Expr => Discrim_Val, Op1 => discriminant_number).  */
 #define Create_Node repinfo__create_node
-extern Node_Ref Create_Node    PARAMS((TCode, Node_Ref_Or_Val,
-                                       Node_Ref_Or_Val, Node_Ref_Or_Val));
+extern Node_Ref Create_Node    (TCode, Node_Ref_Or_Val,
+                                Node_Ref_Or_Val, Node_Ref_Or_Val);