py: Fix emitcpy and emitnative's binary_op.

This commit is contained in:
Damien George
2014-01-11 09:47:06 +00:00
parent 8d4ccc49ed
commit bc1d36924d
3 changed files with 28 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ typedef enum {
RT_BINARY_OP_INPLACE_TRUE_DIVIDE,
RT_BINARY_OP_INPLACE_MODULO,
RT_BINARY_OP_INPLACE_POWER,
// TODO probably should rename these COMPARE->BINARY
RT_COMPARE_OP_LESS,
RT_COMPARE_OP_MORE,
RT_COMPARE_OP_EQUAL,