Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Mar 23, 2008, 11:35:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
r459 r461 1 1 #include "stdafx.h" 2 3 #include <jenga/include/smoothie/Smoothie.h>4 #include <jenga/include/smoothie/SmoothieException.h>5 2 6 3 #include <LexicalScope.h> … … 764 761 } 765 762 766 try 767 { 768 ChangeOpcode(Command); 769 } 770 catch( const SmoothieException &smoothieException ) 771 { 772 SetError( 773 smoothieException.GetErrorCode(), 774 smoothieException.GetKeyword(), 775 smoothieException.GetNowLine() 776 ); 777 } 763 ChangeOpcode(Command); 778 764 779 765
Note:
See TracChangeset
for help on using the changeset viewer.