Commit ID: 10058E18A2F78ACC90E CVSROOT: /cvs Module name: gcc Changes by: [email protected] 2017/04/02 23:32:55 UTC
Modified files:
gcc/p : pascal-lex.c
Log message:
regenerate with:
grep -v '^%option noyy[arf]' pascal-lex.l | lex -t - | sed '/^typedef .*
yy_size_t;$/d;s/malloc/xmalloc/g;s/realloc/xrealloc/g' >pascal-lex.c
Source: gpc-20060325/p/Make-lang.in
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 gcc/gcc/p/pascal-lex.c
