Changeset 571 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Delegate.cpp
- Timestamp:
- May 6, 2008, 9:10:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Delegate.cpp
r568 r571 9 9 10 10 // パラメータを解析 11 ActiveBasic::Compiler::LexicalAnalyzer::AnalyzeParameter( params, paramStr.c_str(), sourceIndex ); 11 Jenga::Common::Strings parameterStrings; 12 SplitParameter( paramStr, parameterStrings ); 13 ActiveBasic::Compiler::LexicalAnalyzer::AnalyzeParameter( params, parameterStrings, sourceIndex ); 12 14 13 15 // 動的パラメータを作る
Note:
See TracChangeset
for help on using the changeset viewer.