replaced variable args macros by functions to make it c89 compatible
[libfirm] / ir / ana / irouts.h
index c0d3eda..04c0662 100644 (file)
@@ -1,6 +1,14 @@
-/* Copyright (C) 2002 by Universitaet Karlsruhe
-* All rights reserved.
-*/
+/*
+ * Project:     libFIRM
+ * File name:   ir/ana/irouts.h
+ * Purpose:     Compute and access out edges.
+ * Author:      Goetz Lindenmaier
+ * Modified by:
+ * Created:     1.2002
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2002-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 /**
 * @file irouts.h
@@ -65,7 +73,7 @@ void irg_out_block_walk(ir_node *node,
                        void *env);
 
 /*------------------------------------------------------------------*/
-/* Building and Removing the out datasturcture                      */
+/* Building and Removing the out datastructure                      */
 /*------------------------------------------------------------------*/
 
 /** Computes the out edges.  Sets a flag in irg to "outs_consistent".  If the