Ignore:
Timestamp:
Mar 23, 2008, 11:35:33 AM (16 years ago)
Author:
dai_9181
Message:

smoothieプロジェクトが不要になったため、破棄。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp

    r459 r461  
    11#include "stdafx.h"
    2 
    3 #include <jenga/include/smoothie/Smoothie.h>
    4 #include <jenga/include/smoothie/SmoothieException.h>
    52
    63#include <LexicalScope.h>
     
    764761            }
    765762
    766             try
    767             {
    768                 ChangeOpcode(Command);
    769             }
    770             catch( const SmoothieException &smoothieException )
    771             {
    772                 SetError(
    773                     smoothieException.GetErrorCode(),
    774                     smoothieException.GetKeyword(),
    775                     smoothieException.GetNowLine()
    776                 );
    777             }
     763            ChangeOpcode(Command);
    778764
    779765
Note: See TracChangeset for help on using the changeset viewer.