mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@1164 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
208090ea36
commit
0f911ef8d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user