From 0cf8d022ae7d2e2da347347fdc76ba9529149c35 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 18 Nov 2015 17:12:39 +0100 Subject: Addmod and mulmod. --- libsolidity/ast/Types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsolidity/ast') diff --git a/libsolidity/ast/Types.h b/libsolidity/ast/Types.h index 2f75975f..59c84b7a 100644 --- a/libsolidity/ast/Types.h +++ b/libsolidity/ast/Types.h @@ -747,6 +747,8 @@ public: SetGas, ///< modify the default gas value for the function call SetValue, ///< modify the default value transfer for the function call BlockHash, ///< BLOCKHASH + AddMod, ///< ADDMOD + MulMod, ///< MULMOD ArrayPush, ///< .push() to a dynamically sized array in storage ByteArrayPush ///< .push() to a dynamically sized byte array in storage }; -- cgit