mirror of https://github.com/mirror/busybox.git
micro optimization
parent
27a131e08e
commit
54767db8c7
|
@ -89,7 +89,7 @@ typedef struct sed_cmd_s {
|
|||
struct sed_cmd_s *next; /* Next command (linked list, NULL terminated) */
|
||||
} sed_cmd_t;
|
||||
|
||||
static const char *const semicolon_whitespace = "; \n\r\t\v";
|
||||
static const char semicolon_whitespace[] = "; \n\r\t\v";
|
||||
|
||||
struct sed_globals {
|
||||
/* options */
|
||||
|
|
Loading…
Reference in New Issue