Changeset 129 in dev for BasicCompiler_Common


Ignore:
Timestamp:
Jun 2, 2007, 12:09:08 AM (17 years ago)
Author:
dai_9181
Message:

_System_StartupProgramの呼び出し順序を変更。

Location:
BasicCompiler_Common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Class.cpp

    r128 r129  
    1717CMember::CMember( CClass *pobj_c, DWORD access, bool isConst, bool isRef, char *buffer, int nowLine ){
    1818    extern int cp;
     19
     20                        if( strstr(buffer,"environVarName")){
     21                            int test=0;
     22                        }
    1923
    2024    //構文を解析
  • BasicCompiler_Common/NumOpe_GetType.cpp

    r128 r129  
    603603                    )){
    604604                        // ダウンキャストを許可する
     605                }
     606                else if( idCalc == CALC_AS ){
     607                    // NumOpe_GetTypeではすべてのキャストを許可する
    605608                }
    606609                else{
Note: See TracChangeset for help on using the changeset viewer.