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/VariableOpe.cpp

    r429 r461  
    11#include "stdafx.h"
    2 
    3 #include <jenga/include/smoothie/Smoothie.h>
    42
    53#include <Compiler.h>
     
    118116            return DEF_QWORD;
    119117        case DEF_CHAR:
    120             if( Smoothie::IsUnicode() ) return DEF_WORD;
     118            if( compiler.IsUnicode() ) return DEF_WORD;
    121119            return DEF_BYTE;
    122120    }
Note: See TracChangeset for help on using the changeset viewer.