Changeset 126 for NEWT0/branches/DyneTK/src/newt_core/incs/NewtEnv.h
- Timestamp:
- 06/21/08 10:04:10 (5 months ago)
- Files:
-
- 1 modified
-
NEWT0/branches/DyneTK/src/newt_core/incs/NewtEnv.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/branches/DyneTK/src/newt_core/incs/NewtEnv.h
r112 r126 96 96 bool _dumpLex; ///< 字句解析ダンプフラグ 97 97 bool _dumpSyntax; ///< 構文木ダンプフラグ 98 bool_dumpBC; ///< バイトコードダンプフラグ98 int8_t _dumpBC; ///< バイトコードダンプフラグ 99 99 int32_t _indent; ///< number of tabs for indenting a printout 100 100 int32_t _indentDepth; ///< base for calculating the indent depth
