Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64

Conflicts:
	Engine/source/console/compiler.cpp
	Engine/source/console/compiler.h
This commit is contained in:
Daniel Buckmaster 2014-09-15 11:50:32 +10:00
commit 6fdebd16f6
9 changed files with 973 additions and 1039 deletions

View file

@ -109,7 +109,7 @@ static const F32 F32_MAX = F32(3.402823466e+38F); ///< Constant
#endif
/// Integral type matching the host's memory address width.
#ifdef TORQUE_64BITS
#ifdef TORQUE_CPU_X64
typedef U64 MEM_ADDRESS;
#else
typedef U32 MEM_ADDRESS;