From bc1d36924d616ca58f47142e1eb20146d9f253e7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 11 Jan 2014 09:47:06 +0000 Subject: py: Fix emitcpy and emitnative's binary_op. --- py/runtime0.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/runtime0.h') diff --git a/py/runtime0.h b/py/runtime0.h index 641fdaa9c..4fdcdc3cc 100644 --- a/py/runtime0.h +++ b/py/runtime0.h @@ -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, -- cgit v1.2.3