From: chas w. <ch...@us...> - 2009-03-03 18:23:30
|
Update of /cvsroot/linux-atm/linux-atm/src/qgen In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18737/src/qgen Modified Files: ql_y.y Log Message: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/files/linux-atm-2.5.0-headers.patch?rev=1.1&view=log Version bump. (Portage version: 2.1.4_rc11) apparently related to: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/linux-atm/files/linux-atm-2.4.1-declarations.patch?rev=1.1&view=log Fix QA warnings. (Portage version: 2.1.2.2) Index: ql_y.y =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/qgen/ql_y.y,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ql_y.y 3 Mar 2009 17:56:19 -0000 1.3 --- ql_y.y 3 Mar 2009 18:23:26 -0000 1.4 *************** *** 27,30 **** --- 27,32 ---- static const char *abort_id; /* indicates abort flag */ + void yyerror(const char *s); + int yylex(void); static NAME_LIST *get_name_list(const char *name) |