mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2025-04-22 19:37:05 +00:00
Merge pull request #11 from ksherlock/remove_horrible_kludge_due_to_C_compiler_bug_on_Sun
remove horrible kludge due to C compiler bug on Sun
This commit is contained in:
commit
2fbdfc89d3
@ -1064,10 +1064,7 @@ typedef enum {
|
||||
EXPRESSION_TOO_BIG_TO_FIT_IN_OBJECT_ERROR,
|
||||
FUNNY_ASSIGNMENT_KIND_IN_OBJECT_EXPRESSION_ERROR,
|
||||
TEMP_SYMBOL_IN_OBJECT_ERROR,
|
||||
} errorTypeX;
|
||||
typedef enum {/* horrible kludge due to C compiler bug on Sun */
|
||||
BLOCK_OPERAND_IN_OBJECT_EXPRESSION_ERROR =
|
||||
(int)TEMP_SYMBOL_IN_OBJECT_ERROR + 1,
|
||||
BLOCK_OPERAND_IN_OBJECT_EXPRESSION_ERROR,
|
||||
REGISTER_OPERAND_IN_OBJECT_EXPRESSION_ERROR,
|
||||
SELECTION_OPERAND_IN_OBJECT_EXPRESSION_ERROR,
|
||||
WRONG_KIND_OF_VALUE_IN_OBJECT_EXPRESSION_ERROR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user