diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index b91acfb7f..d3555243f 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -124,7 +124,7 @@ struct globals { | |||
124 | } FIX_ALIASING; | 124 | } FIX_ALIASING; |
125 | #define G (*(struct globals*)&bb_common_bufsiz1) | 125 | #define G (*(struct globals*)&bb_common_bufsiz1) |
126 | struct BUG_G_too_big { | 126 | struct BUG_G_too_big { |
127 | char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; | 127 | char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; |
128 | }; | 128 | }; |
129 | #define INIT_G() do { \ | 129 | #define INIT_G() do { \ |
130 | G.sed_cmd_tail = &G.sed_cmd_head; \ | 130 | G.sed_cmd_tail = &G.sed_cmd_head; \ |