micro optimization

This commit is contained in:
Denis Vlasenko 2007-01-30 01:11:36 +00:00
parent 27a131e08e
commit 54767db8c7

View File

@ -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 */