This commit is contained in:
Ilmir Usmanov 2014-07-09 20:03:28 +04:00
parent 3f39a50cc8
commit feddd33b00
2 changed files with 2 additions and 3 deletions

View File

@ -49,8 +49,7 @@ void
init_int ()
{
#define INIT_OP_FUNC(name) __opfuncs[ name ] = opfunc_##name ;
// FIXME
// JERRY_STATIC_ASSERT (sizeof (OPCODE) <= 4);
JERRY_STATIC_ASSERT (sizeof (OPCODE) <= 4);
OP_LIST (INIT_OP_FUNC)
}

View File

@ -41,7 +41,7 @@ formal_parameter_list;
static const formal_parameter_list
empty_formal_parameter_list =
{
.names = { [0] = NULL}
.names = { [0] = NULL }
};
static inline bool