a treat for those poor MS$ addicts
[fw/sdcc] / src / SDCCsymt.h
index a2859937eaf4f16ff1f053899363364968b4ede2..7033b2cdfde01f98a706637328c0a6a23c43dfaa 100644 (file)
@@ -427,7 +427,7 @@ unsigned int bitsForType (sym_link *);
 sym_link *newIntLink ();
 sym_link *newCharLink ();
 sym_link *newLongLink ();
-int checkType (sym_link *, sym_link *);
+int compareType (sym_link *, sym_link *);
 int checkFunction (symbol *);
 void cleanUpLevel (bucket **, int);
 void cleanUpBlock (bucket **, int);