Show
Ignore:
Timestamp:
06/21/08 10:04:10 (5 months ago)
Author:
matthiasm
Message:

kNPSGetPath would get the wrong indexed argument from the stack. The rest of the changes were done to get more detailed package dumps.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/branches/DyneTK/src/newt_core/incs/NewtEnv.h

    r112 r126  
    9696    bool        _dumpLex;       ///< 字句解析ダンプフラグ 
    9797    bool        _dumpSyntax;    ///< 構文木ダンプフラグ 
    98     bool        _dumpBC;        ///< バイトコードダンプフラグ 
     98  int8_t        _dumpBC;        ///< バイトコードダンプフラグ 
    9999    int32_t     _indent;        ///< number of tabs for indenting a printout 
    100100    int32_t     _indentDepth;   ///< base for calculating the indent depth