diff --git a/tools/re2c/parser.c b/tools/re2c/parser.c index 02d5c66..b3882af 100644 --- a/tools/re2c/parser.c +++ b/tools/re2c/parser.c @@ -226,15 +226,9 @@ void line_source(FILE *o, unsigned int line) } void parse(FILE *i, FILE *o){ - time_t now; - - time(&now); - peektok = NONE; - fputs("/* Generated by re2c 0.9.1-C on ", o); - fprintf(o, "%-24s", ctime(&now)); - fputs(" */\n", o); oline+=2; + fputs("/* Generated by re2c 0.9.1-C */\n", o); oline++; in = Scanner_new(i);