more const, inline, forward declaration usage, strip 20k source size ;-)

This commit is contained in:
"Vladimir N. Oleynik" 2005-09-28 15:16:22 +00:00
parent 747fc5d5fd
commit 69d728be18
2 changed files with 461 additions and 1180 deletions

View File

@ -29,7 +29,6 @@ typedef long errcode_t;
/* NLS crap */ /* NLS crap */
#define _(x) x #define _(x) x
#define N_(x) x #define N_(x) x
#define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
/* misc crap */ /* misc crap */
#define fatal_error(err, msg) bb_error_msg_and_die(msg) #define fatal_error(err, msg) bb_error_msg_and_die(msg)
@ -38,7 +37,6 @@ typedef long errcode_t;
/* header defines */ /* header defines */
#define ENABLE_HTREE 1 #define ENABLE_HTREE 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1 #define HAVE_ERRNO_H 1
#define HAVE_EXT2_IOCTLS 1 #define HAVE_EXT2_IOCTLS 1
#define HAVE_GETOPT_H 1 #define HAVE_GETOPT_H 1

File diff suppressed because it is too large Load Diff