- File:
-
- 1 edited
-
src/ControlStruct/MultiLevelExit.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MultiLevelExit.cpp
rb1f2007d r83fd57d 9 9 // Author : Andrew Beach 10 10 // Created On : Mon Nov 1 13:48:00 2021 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Mon Dec 11 13:44:45202313 // Update Count : 3 811 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Sep 8 17:04:00 2023 13 // Update Count : 36 14 14 // 15 15 … … 521 521 assert(0); 522 522 } 523 SemanticError( stmt->location, "'return' may not appear in a %s", context);523 SemanticError( stmt->location, toString( "'return' may not appear in a ", context ) ); 524 524 } 525 525
Note:
See TracChangeset
for help on using the changeset viewer.