Changes in src/InitTweak/InitTweak.cc [d55d7a6:caab997]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
rd55d7a6 rcaab997 225 225 // xxx - this shouldn't be an error, but need a way to 226 226 // terminate without creating output, so should catch this error 227 throw SemanticError( init->location,"unbalanced list initializers" );227 throw SemanticError( "unbalanced list initializers" ); 228 228 } 229 229
Note:
See TracChangeset
for help on using the changeset viewer.