*: hopefully all setup_common_bufsiz() are in place
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -234,7 +234,9 @@ struct globals {
|
||||
#define blocked_sigset (G.blocked_sigset)
|
||||
#define fl_flag_0 (G.fl_flag_0 )
|
||||
#define dirn (G.dirn )
|
||||
#define line bb_common_bufsiz1
|
||||
#define INIT_G() do { \
|
||||
setup_common_bufsiz(); \
|
||||
SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
|
||||
linemax = 1000; \
|
||||
/*buflen = 1024;*/ \
|
||||
@@ -242,8 +244,6 @@ struct globals {
|
||||
replace = ""; \
|
||||
} while (0)
|
||||
|
||||
#define line bb_common_bufsiz1
|
||||
|
||||
|
||||
#define FATAL "fatal: "
|
||||
#define WARNING "warning: "
|
||||
|
Reference in New Issue
Block a user