X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCsymt.h;h=5ed6048e84072d2a21ad2bda70f72b31612a76d7;hb=0afa69a4ac8042ea5c29b253bd9b11bf5525f45d;hp=68992145a7fe1c95eaaa00055ffa9f3fc7e8c3a2;hpb=9e374461da1807d52abbb32cba66d31f9824ea95;p=fw%2Fsdcc diff --git a/src/SDCCsymt.h b/src/SDCCsymt.h index 68992145..5ed6048e 100644 --- a/src/SDCCsymt.h +++ b/src/SDCCsymt.h @@ -511,7 +511,6 @@ extern sym_link *floatType; typedef enum { RESULT_TYPE_NONE = 0, /* operands will be promoted to int */ - RESULT_CHECK = 0, /* TODO: replace all occurences with the appropriate type and remove me */ RESULT_TYPE_BIT, RESULT_TYPE_CHAR, RESULT_TYPE_INT,