diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/ragel6/gendata.h | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/ragel6/gendata.h')
-rw-r--r-- | contrib/tools/ragel6/gendata.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/ragel6/gendata.h b/contrib/tools/ragel6/gendata.h index 6c3d3852a1..f2642b50b4 100644 --- a/contrib/tools/ragel6/gendata.h +++ b/contrib/tools/ragel6/gendata.h @@ -45,10 +45,10 @@ typedef AvlMapEl<char *, CodeGenData*> CodeGenMapEl; void cdLineDirective( ostream &out, const char *fileName, int line ); void javaLineDirective( ostream &out, const char *fileName, int line ); -void goLineDirective( ostream &out, const char *fileName, int line ); +void goLineDirective( ostream &out, const char *fileName, int line ); void rubyLineDirective( ostream &out, const char *fileName, int line ); void csharpLineDirective( ostream &out, const char *fileName, int line ); -void ocamlLineDirective( ostream &out, const char *fileName, int line ); +void ocamlLineDirective( ostream &out, const char *fileName, int line ); void genLineDirective( ostream &out ); void lineDirective( ostream &out, const char *fileName, int line ); @@ -74,7 +74,7 @@ struct CodeGenData /* This can also be overwridden to modify the processing of write * statements. */ - virtual bool writeStatement( InputLoc &loc, int nargs, char **args ); + virtual bool writeStatement( InputLoc &loc, int nargs, char **args ); /********************/ @@ -129,7 +129,7 @@ struct CodeGenData bool noPrefix; bool noFinal; bool noError; - bool noEntry; + bool noEntry; bool noCS; void createMachine(); |