Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@1164 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -54,7 +54,7 @@ typedef enum {
|
||||
TC_QUAL_DIFF, /* Types differ in qualifier of pointer */
|
||||
TC_SIGN_DIFF, /* Signedness differs */
|
||||
TC_COMPATIBLE = TC_SIGN_DIFF, /* Compatible types */
|
||||
TC_STRICT_COMPATIBLE, /* Struct compatibility */
|
||||
TC_STRICT_COMPATIBLE, /* Strict compatibility */
|
||||
TC_EQUAL, /* Types are equal */
|
||||
TC_IDENTICAL /* Types are identical */
|
||||
} typecmp_t;
|
||||
|
||||
Reference in New Issue
Block a user