ash: use CONFIG_FEATURE_EDITING_MAX_LEN

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-05-17 10:10:01 +02:00
parent ef215558fa
commit 82dd14a510
2 changed files with 7 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
/* Globals */
struct globals {
char jiffy_line[sizeof(bb_common_bufsiz1)];
char jiffy_line[COMMON_BUFSIZE];
} FIX_ALIASING;
#define G (*(struct globals*)&bb_common_bufsiz1)
#define INIT_G() do { } while (0)