summaryrefslogtreecommitdiffstats
path: root/contrib/tools/ragel6/gendata.h
diff options
context:
space:
mode:
authororivej <[email protected]>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/tools/ragel6/gendata.h
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/ragel6/gendata.h')
-rw-r--r--contrib/tools/ragel6/gendata.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/ragel6/gendata.h b/contrib/tools/ragel6/gendata.h
index f2642b50b45..6c3d3852a1e 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();