beabi: Remove unnecessary exclusion/inclusion of ignore registers from call/return.
[libfirm] / ir / be / beemitter_binary.h
index e6d6b7d..09b6045 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2o008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -22,7 +22,6 @@
  * @brief       Interface for binary machine code output.
  * @author      Matthias Braun
  * @date        12.03.2007
- * @version     $Id$
  */
 #ifndef FIRM_BE_BEEMITTER_BINARY_H
 #define FIRM_BE_BEEMITTER_BINARY_H
@@ -59,7 +58,7 @@ struct code_fragment_t {
        unsigned short   jumpsize_min;
        unsigned short   jumpsize_max;
 
-       unsigned char    data[0];      /**< data starts here */
+       unsigned char    data[];       /**< data starts here */
 };
 
 typedef struct binary_emiter_interface_t binary_emiter_interface_t;