On Tuesday 25 September 2007 10:23:31 [EMAIL PROTECTED] wrote: > Author: kjs > Date: Tue Sep 25 10:23:30 2007 > New Revision: 21568 > > Modified: > trunk/compilers/imcc/imcc.y > trunk/compilers/imcc/imcparser.c > > Log: > compilers/imcc: > * add warning when using deprecated optional comma to separate sub flags. > All files in parrot repos. have been updated; the warning is to prevent it > from being used again, and to notify any languages that might use it.
> Modified: trunk/compilers/imcc/imcparser.c > =========================================================================== >=== --- trunk/compilers/imcc/imcparser.c (original) > +++ trunk/compilers/imcc/imcparser.c Tue Sep 25 10:23:30 2007 > @@ -1,14 +1,3 @@ > -/* ex: set ro ft=c: > - * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! > - * > - * This file is generated automatically by the Parrot build process > - * from the file compilers/imcc/imcc.y. > - * > - * Any changes made here will be lost! > - * > -*/ > -/* HEADERIZER HFILE: none */ > -/* HEADERIZER STOP */ > /* A Bison parser, made by GNU Bison 2.3. */ > > /* Skeleton implementation for Bison's Yacc-like parsers in C Hm, looks like we lost the header. I bet your Makefile is more than a week old. -- c