Changeset 101 in dev for BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Apr 25, 2007, 4:19:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_ProcOp.cpp
r100 r101 256 256 //コンパイル中の関数 257 257 UserProc::CompileStartForUserProc( pUserProc ); 258 259 // コンパイル中の関数が属する名前空間 260 Smoothie::Lexical::liveingNamespaceScopes = pUserProc->GetNamespaceScopes(); 258 261 259 262 if(pUserProc->IsSystem()){
Note:
See TracChangeset
for help on using the changeset viewer.