Ignore:
Timestamp:
Nov 10, 2007, 11:20:38 AM (16 years ago)
Author:
dai_9181
Message:

32ビットコンパイラが落ちるので一時的な対処をした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/NumOpe.cpp

    r355 r363  
    11811181    }
    11821182
     1183    // 強制終了を防ぐためのダミー(原因不明)
     1184    if( lstrcmp( expression, "-1/t" ) == 0 )
     1185    {
     1186    }
     1187
    11831188    return isSuccessful;
    11841189}
Note: See TracChangeset for help on using the changeset viewer.