X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ragel%2Fxmlcodegen.cpp;h=9a9c388bb58f07d55b412c1d5b5120c43568f767;hb=9f3c2baa91083bb5b33b4f3ec07f58d900157e32;hp=994fec7203adbdc4da0aea5a46a60114154cf928;hpb=3fa209a672071f0dec4b9c2b69355f5aaa95160d;p=external%2Fragel.git diff --git a/ragel/xmlcodegen.cpp b/ragel/xmlcodegen.cpp index 994fec7..9a9c388 100644 --- a/ragel/xmlcodegen.cpp +++ b/ragel/xmlcodegen.cpp @@ -1027,8 +1027,7 @@ void BackendGen::makeAction( Action *action ) GenInlineList *genList = new GenInlineList; makeGenInlineList( genList, action->inlineList ); - cgd->newAction( curAction++, action->name, - action->loc.line, action->loc.col, genList ); + cgd->newAction( curAction++, action->name, action->loc, genList ); }