Fix build against Windows.h
authorSimon Hausmann <simon.hausmann@digia.com>
Thu, 7 Feb 2013 15:38:06 +0000 (16:38 +0100)
committerLars Knoll <lars.knoll@digia.com>
Sat, 9 Feb 2013 09:44:46 +0000 (10:44 +0100)
commit285bef0ee925fb3d0554b1e4b9b137a1f7e67455
tree2482ca44f6d6c962df0ae9116b992afcbc7c69dc
parent63ecc23e6fae7d0bda6e626a7c6a8522c4aba98d
Fix build against Windows.h

The system header file is kind enough to define a macro called CONST,
which conflicts with our IR member function. Resolve the conflict by
deleting the macro.

Change-Id: I19ec1eadd54159a9bea128ef2a586d089f56b548
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/v4/qv4codegen.cpp
src/v4/qv4ir_p.h