Ignore:
Timestamp:
Jun 18, 2007, 3:49:30 AM (17 years ago)
Author:
dai_9181
Message:

NamespaceScopesCollection::Importsをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp

    r143 r169  
     1#include <Program.h>
     2
    13#include "../BasicCompiler_Common/common.h"
    24#include "Opcode.h"
     
    797799    lstrcat( temporary, "------------------------------------------------------------------\n" );
    798800    lstrcat( temporary, "\n" );
    799     Smoothie::Logger::Put( temporary );
     801    trace_for_size( temporary );
    800802}
    801803void CompileLocal(){
Note: See TracChangeset for help on using the changeset viewer.