Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc / src / mos6502 / peep.h
blob45fee253f83a0264d83685373b6fc81cf58314a1
1 #include <stdbool.h>
3 bool mos6502notUsed(const char *what, lineNode *endPl, lineNode *head);
4 bool mos6502notUsedFrom(const char *what, const char *label, lineNode *head);