Changeset 318 in dev for trunk/abdev/BasicCompiler_Common/src/Compiler.cpp
- Timestamp:
- Sep 9, 2007, 1:09:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Compiler.cpp
r301 r318 36 36 if( !pGenericClass ) 37 37 { 38 Jenga::Throw( "StringToType内のジェネリクスクラス取得部分でpGenericClassがNULL" ); 38 extern int cp; 39 SetError(106, className, cp ); 40 return false; 39 41 } 40 42
Note:
See TracChangeset
for help on using the changeset viewer.