aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c
AgeCommit message (Collapse)Author
2001-04-30These messages can be .rodata, so make them even more const.Eric Andersen
-Erik
2001-04-25libbb.h now includes ../busybox.h. This way, files in libbb that haveMark Whitley
BB_[FEATURE] #defines won't be ignored. Credit to Magnus Damm for spotting this.
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik