mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
cex: add support for $TIME_LIMIT
* src/counterexample.c (TIME_LIMIT): Replace with... (time_limit): this. (counterexample_init): Check $TIME_LIMIT. * src/scan-gram.l: Reorder includes.
This commit is contained in:
@@ -21,9 +21,8 @@
|
||||
%option prefix="gram_" outfile="lex.yy.c"
|
||||
|
||||
%{
|
||||
#include <errno.h>
|
||||
|
||||
#include <c-ctype.h>
|
||||
#include <errno.h>
|
||||
#include <mbswidth.h>
|
||||
#include <quote.h>
|
||||
#include <quotearg.h>
|
||||
|
||||
Reference in New Issue
Block a user