Renaming ERR_MEMORY -> ERR_OUT_OF_MEMORY.

This commit is contained in:
Ruben Ayrapetyan
2014-10-14 14:08:38 +04:00
parent 85ad5f8350
commit c4ba033970
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ typedef enum
ERR_INT_LITERAL = -7,
ERR_STRING = -8,
ERR_PARSER = -9,
ERR_MEMORY = -10,
ERR_OUT_OF_MEMORY = -10,
ERR_SYSCALL = -11,
ERR_UNHANDLED_EXCEPTION = -12,
ERR_UNIMPLEMENTED_CASE = -118,