Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Compiler.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/src/Compiler.cpp
r424 r461 1 1 #include "stdafx.h" 2 3 #include <jenga/include/smoothie/SmoothieException.h>4 2 5 3 #include <Compiler.h> … … 208 206 } 209 207 210 S moothieException::Throw( 1);208 SetError(1, NULL, cp); 211 209 212 210 return (string)"(null)";
Note:
See TracChangeset
for help on using the changeset viewer.