fixed some warnings
[libfirm] / ir / ir / irflag.c
index feec4be..92cfcb4 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Project:     libFIRM
- * File name:   ir/ir/irflag.c
- * Purpose:     Flags to control optimizations.
- * Author:      Christian Schaefer, Goetz Lindenmaier
- * Modified by:
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 1999-2003 Universität Karlsruhe
+/**
+ * @file
+ * @brief   Flags to control optimizations.
+ * @author  Christian Schaefer, Goetz Lindenmaier
+ * @version $Id$
  */
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
@@ -162,7 +157,7 @@ static const lc_opt_table_entry_t firm_flags[] = {
 #include "irflag_t.def"
 #undef I_FLAG
 #undef E_FLAG
-       { NULL }
+       LC_OPT_LAST
 };
 #endif