Supporting build with gcc/g++ version 4.7.

Build was tested on arm-linux-gnueabi-gcc/g++ 4.7.3.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-04-23 15:35:35 +03:00
parent 6d9bea824d
commit bb258ad1e2
4 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include "literal.h"
#define INVALID_VALUE 255
#define INVALID_LITERAL UINT32_MAX
#define INVALID_LITERAL ((uint32_t) -1)
/* Keywords. */
typedef enum __attr_packed___