Ignore:
Timestamp:
Jun 26, 2007, 5:04:50 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/calculation.cpp

    r182 r193  
    11#include <jenga/include/smoothie/LexicalAnalysis.h>
     2
     3#include <Compiler.h>
    24
    35#include "../BasicCompiler_Common/common.h"
     
    486488
    487489                        Type tempType;
    488                         if( !Type::StringToType( temp2, tempType ) ){
     490                        if( !Compiler::StringToType( temp2, tempType ) ){
    489491                            if(enableerror) SetError(3,temp2,cp);
    490492                            return false;
     
    690692                        {
    691693                            Type tempType;
    692                             if( !Type::StringToType( Parms, tempType ) ){
     694                            if( !Compiler::StringToType( Parms, tempType ) ){
    693695                                if(bDebuggingWatchList){
    694696                                    if( pIsMemoryAccessError ) *pIsMemoryAccessError = true;
Note: See TracChangeset for help on using the changeset viewer.