Tag: cws_dev300_dba31b User: oj Date: 2008-08-18 10:38:05+0000 Modified: dba/connectivity/source/parse/sqlbison.y
Log: non terminal File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlbison.y Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlbison.y?r1=1.66.6.3&r2=1.66.6.4 Delta lines: +2 -2 ------------------- --- sqlbison.y 2008-08-15 11:30:57+0000 1.66.6.3 +++ sqlbison.y 2008-08-18 10:38:01+0000 1.66.6.4 @@ -9,7 +9,7 @@ // // $RCSfile: sqlbison.y,v $ // -// $Revision: 1.66.6.3 $ +// $Revision: 1.66.6.4 $ // // This file is part of OpenOffice.org. // @@ -2843,7 +2843,7 @@ } ; trim_operands: - | trim_spec value_exp SQL_TOKEN_FROM value_exp + trim_spec value_exp SQL_TOKEN_FROM value_exp { $$ = SQL_NEW_RULE; $$->append($1); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
