summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c
index 31ed2798d..7ead48af6 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/parse.c
@@ -1434,7 +1434,7 @@ void sqliteParserFree(
** independent of the look-ahead. If it is, return the action, otherwise
** return YY_NO_ACTION.
*/
-static int yy_tqfind_shift_action(
+static int yy_find_shift_action(
yyParser *pParser, /* The parser */
int iLookAhead /* The look-ahead token */
){
@@ -1461,7 +1461,7 @@ static int yy_tqfind_shift_action(
yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[iFallback]);
}
#endif
- return yy_tqfind_shift_action(pParser, iFallback);
+ return yy_find_shift_action(pParser, iFallback);
}
#endif
return yy_default[stateno];
@@ -1478,7 +1478,7 @@ static int yy_tqfind_shift_action(
** independent of the look-ahead. If it is, return the action, otherwise
** return YY_NO_ACTION.
*/
-static int yy_tqfind_reduce_action(
+static int yy_find_reduce_action(
yyParser *pParser, /* The parser */
int iLookAhead /* The look-ahead token */
){
@@ -1541,7 +1541,7 @@ static void yy_shift(
#endif
}
-/* The following table tqcontains information about every rule that
+/* The following table contains information about every rule that
** is used during the reduce.
*/
static struct {
@@ -3816,7 +3816,7 @@ static void yy_reduce(
yygoto = yyRuleInfo[yyruleno].lhs;
yysize = yyRuleInfo[yyruleno].nrhs;
yypParser->yyidx -= yysize;
- yyact = yy_tqfind_reduce_action(yypParser,yygoto);
+ yyact = yy_find_reduce_action(yypParser,yygoto);
if( yyact < YYNSTATE ){
yy_shift(yypParser,yyact,yygoto,&yygotominor);
}else if( yyact == YYNSTATE + YYNRULE + 1 ){
@@ -3935,7 +3935,7 @@ void sqliteParser(
#endif
do{
- yyact = yy_tqfind_shift_action(yypParser,yymajor);
+ yyact = yy_find_shift_action(yypParser,yymajor);
if( yyact<YYNSTATE ){
yy_shift(yypParser,yyact,yymajor,&yyminorunion);
yypParser->yyerrcnt--;
@@ -3990,7 +3990,7 @@ void sqliteParser(
while(
yypParser->yyidx >= 0 &&
yymx != YYERRORSYMBOL &&
- (yyact = yy_tqfind_shift_action(yypParser,YYERRORSYMBOL)) >= YYNSTATE
+ (yyact = yy_find_shift_action(yypParser,YYERRORSYMBOL)) >= YYNSTATE
){
yy_pop_parser_stack(yypParser);
}