commit | 6ba8bbe88a3bcb48df882793faea6713ad3bbc4e | [log] [tgz] |
---|---|---|
author | Paul Fox <pgf@brightstareng.com> | Fri Jun 09 12:25:10 2006 +0000 |
committer | Paul Fox <pgf@brightstareng.com> | Fri Jun 09 12:25:10 2006 +0000 |
tree | 78de3a16816d83c3739d93268b93b247a402c60c | |
parent | 1e23b6fdb50bcc86bcf0be9a49e616762939b21a [diff] [blame] |
add ordering warning on enum Location
diff --git a/include/busybox.h b/include/busybox.h index befbea5..fbda6ef 100644 --- a/include/busybox.h +++ b/include/busybox.h
@@ -11,6 +11,7 @@ #include "libbb.h" +/* order matters: used as index into "install_dir[]" in busybox.c */ enum Location { _BB_DIR_ROOT = 0, _BB_DIR_BIN,