]> git.sur5r.net Git - cc65/blobdiff - src/cc65/typecmp.h
Added debugging output
[cc65] / src / cc65 / typecmp.h
index 584bd2c448b2cceb2dd0c1d0662b42b539b31ed0..83ac7bf6433cfa764e0514bff5fb5b026b662ce4 100644 (file)
@@ -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;