replaced LC_OPT_ENT_NULL by LC_OPT_LAST
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 22:29:35 +0000 (22:29 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 22:29:35 +0000 (22:29 +0000)
[r14637]

ir/be/beilpsched.c

index f29ac6a..27d975f 100644 (file)
@@ -209,7 +209,7 @@ static const lc_opt_table_entry_t ilpsched_option_table[] = {
        LC_OPT_ENT_BOOL("regpress",  "Use register pressure constraints", &ilp_opts.regpress),
        LC_OPT_ENT_INT("time_limit", "ILP time limit per block", &ilp_opts.time_limit),
        LC_OPT_ENT_STR("lpp_log",    "LPP logfile (stderr and stdout are supported)", ilp_opts.log_file, sizeof(ilp_opts.log_file)),
-       LC_OPT_ENT_NULL
+       LC_OPT_LAST
 };
 
 /*