Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
unixODBC
unixODBC-2.3.1-bison.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unixODBC-2.3.1-bison.patch of Package unixODBC
Index: Drivers/nn/yyparse.y =================================================================== --- Drivers/nn/yyparse.y.orig +++ Drivers/nn/yyparse.y @@ -36,7 +36,7 @@ static char sccsid[] # define yylex() nnsql_yylex(&yylval, pyyenv) #endif -#define yyparse(x) nnsql_yyparse (pyyenv) +#define yyparse(x) nnsql_yyparse (yyenv_t* pyyenv) #define yyerror(msg) nnsql_yyerror (pyyenv, msg) #define SETYYERROR(env, code) { env->pstmt->errcode = code; \ env->pstmt->errpos = env->errpos;} @@ -1197,7 +1197,7 @@ static int add_ins_value( yystmt_t* pstm { if( !idx ) { - MEM_FREE(pstmt->ins_values) + MEM_FREE(pstmt->ins_values); pstmt->ins_values = (node_t*)MEM_ALLOC( FILTER_CHUNK_SIZE * sizeof(node_t)); } else if( ! idx%FILTER_CHUNK_SIZE )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor