diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index eeeea509e..2d5535991 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -28,9 +28,7 @@ struct globals { | |||
28 | struct termios new_settings; | 28 | struct termios new_settings; |
29 | }; | 29 | }; |
30 | #define G (*(struct globals*)bb_common_bufsiz1) | 30 | #define G (*(struct globals*)bb_common_bufsiz1) |
31 | //#define G (*ptr_to_globals) | ||
32 | #define INIT_G() ((void)0) | 31 | #define INIT_G() ((void)0) |
33 | //#define INIT_G() PTR_TO_GLOBALS = xzalloc(sizeof(G)) | ||
34 | #define initial_settings (G.initial_settings) | 32 | #define initial_settings (G.initial_settings) |
35 | #define new_settings (G.new_settings ) | 33 | #define new_settings (G.new_settings ) |
36 | #define cin_fileno (G.cin_fileno ) | 34 | #define cin_fileno (G.cin_fileno ) |