diff options
author | orivej <[email protected]> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/ragel6/javacodegen.cpp | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/ragel6/javacodegen.cpp')
-rw-r--r-- | contrib/tools/ragel6/javacodegen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/ragel6/javacodegen.cpp b/contrib/tools/ragel6/javacodegen.cpp index 99fbbbcf4be..dc4d134e001 100644 --- a/contrib/tools/ragel6/javacodegen.cpp +++ b/contrib/tools/ragel6/javacodegen.cpp @@ -54,7 +54,7 @@ using std::cin; using std::cout; using std::cerr; using std::endl; -using std::setiosflags; +using std::setiosflags; void javaLineDirective( ostream &out, const char *fileName, int line ) { @@ -984,7 +984,7 @@ void JavaTabCodeGen::writeData() out << "\n"; - if ( !noEntry && entryPointNames.length() > 0 ) { + if ( !noEntry && entryPointNames.length() > 0 ) { for ( EntryNameVect::Iter en = entryPointNames; en.lte(); en++ ) { STATIC_VAR( "int", DATA_PREFIX() + "en_" + *en ) << " = " << entryPointIds[en.pos()] << ";\n"; |