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:
Michael Steil 2016-04-13 14:44:53 -07:00
commit 2fbdfc89d3
1 changed files with 1 additions and 4 deletions

View File

@ -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,