diff options
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,7 +92,7 @@ static int ncmds = 0; /* number of sed commands */ | |||
92 | 92 | ||
93 | /*static char *cur_file = NULL;*/ /* file currently being processed XXX: do I need this? */ | 93 | /*static char *cur_file = NULL;*/ /* file currently being processed XXX: do I need this? */ |
94 | 94 | ||
95 | #if 0 | 95 | #ifdef BB_FEATURE_CLEAN_UP |
96 | static void destroy_cmd_strs() | 96 | static void destroy_cmd_strs() |
97 | { | 97 | { |
98 | if (sed_cmds == NULL) | 98 | if (sed_cmds == NULL) |
@@ -663,7 +663,7 @@ extern int sed_main(int argc, char **argv) | |||
663 | { | 663 | { |
664 | int opt; | 664 | int opt; |
665 | 665 | ||
666 | #if 0 | 666 | #ifdef BB_FEATURE_CLEAN_UP |
667 | /* destroy command strings on exit */ | 667 | /* destroy command strings on exit */ |
668 | if (atexit(destroy_cmd_strs) == -1) { | 668 | if (atexit(destroy_cmd_strs) == -1) { |
669 | perror("sed"); | 669 | perror("sed"); |