Changeset 186 in dev for trunk/jenga/src/smoothie/LexicalScoping.cpp
- Timestamp:
- Jun 25, 2007, 4:22:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/src/smoothie/LexicalScoping.cpp
r174 r186 56 56 void CLexicalScopes::End(){ 57 57 if( level <= 0 ){ 58 throw SmoothieException();58 SmoothieException::Throw(); 59 59 return; 60 60 }
Note:
See TracChangeset
for help on using the changeset viewer.