diff options
Diffstat (limited to 'editors/sed.c')
-rw-r--r-- | editors/sed.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/sed.c b/editors/sed.c index 964d0405e..b91acfb7f 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -117,9 +117,9 @@ struct globals { | |||
117 | char *add_cmd_line; | 117 | char *add_cmd_line; |
118 | 118 | ||
119 | struct pipeline { | 119 | struct pipeline { |
120 | char *buf; /* Space to hold string */ | 120 | char *buf; /* Space to hold string */ |
121 | int idx; /* Space used */ | 121 | int idx; /* Space used */ |
122 | int len; /* Space allocated */ | 122 | int len; /* Space allocated */ |
123 | } pipeline; | 123 | } pipeline; |
124 | } FIX_ALIASING; | 124 | } FIX_ALIASING; |
125 | #define G (*(struct globals*)&bb_common_bufsiz1) | 125 | #define G (*(struct globals*)&bb_common_bufsiz1) |