commit | 54767db8c753e6372aa8619051502034edc03f7e | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jan 30 01:11:36 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jan 30 01:11:36 2007 +0000 |
tree | ff81f9d9a0cbb7ec1d01c26ed3552821dbbc12bb | |
parent | 27a131e08e97acc2371421ddab9cf9372acffbb3 [diff] |
micro optimization
diff --git a/editors/sed.c b/editors/sed.c index c0ad3c4..28121ba 100644 --- a/editors/sed.c +++ b/editors/sed.c
@@ -89,7 +89,7 @@ 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 */