|
From: Peep P. <so...@us...> - 2004-07-23 14:25:19
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20173 Modified Files: ChangeLog Log Message: Manual yylloc declaration. Index: ChangeLog =================================================================== RCS file: /cvsroot/agd/server/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ChangeLog 21 Jul 2004 12:13:09 -0000 1.22 +++ ChangeLog 23 Jul 2004 14:25:10 -0000 1.23 @@ -1,5 +1,8 @@ 0.0.3: ---------------------------------------------------------------------------- +2004-07-23 + * dflex.l,lex.l,compile.c: added manual 'extern YYLTYPE yylloc' + declarations, which seem to be necessary with older version of bison. 2004-06-23 * compile.c,lang.y,interpret.c,vars.c: + operator for arrays * compile.c: fixed adding definitions for prototypes - their code wasn't |