Ticket #40856: patch-ragel-javacodegen.cpp.diff
File patch-ragel-javacodegen.cpp.diff, 339 bytes (added by lpsinger (Leo Singer), 11 years ago) |
---|
-
ragel/javacodegen.cpp
old new 1184 1184 { 1185 1185 item_count++; 1186 1186 1187 out << setw(5) << s etiosflags(ios::right) << item;1187 out << setw(5) << std::setiosflags(ios::right) << item; 1188 1188 1189 1189 if ( !last ) { 1190 1190 if ( item_count % SAIIC == 0 ) {