commit | 187649de817b618c967d234f0707008e90e52504 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Feb 10 23:06:12 2016 -0600 |
committer | Rob Landley <rob@landley.net> | Wed Feb 10 23:06:12 2016 -0600 |
tree | aea586341dce56fd86cc95e8933bc179c0e9dc7c | |
parent | 28711d308d9d70801ac0c9552df834ddafff2385 [diff] |
Don't include toys.h from config2help.c (so cross-compiling from systems we don't run on is easier), and use HELP_ instead of help_ for macro prefixes to avoid name collisions (such as help_exit() the function).