summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-28 16:53:28 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-28 16:53:28 +0000
commit86ee08b08e6fa344bc22b28a7fe1cb0f810d7fec (patch)
treee0faf5b8137ee877f98b7288227bdaf9b2c2ff9d /extra
parentc4869de2c791985539b642ec22606a3cebc03778 (diff)
Add new regex code from glibc, this is almost double size of the earlier one, but passes sed tests (and thus allows making sed shrink from 91k to 42k
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index aa4a78c17..fa3b1868c 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1039,7 +1039,7 @@ config UCLIBC_HAS_REGEX
bool "Regular Expression Support"
default y
help
- POSIX regular expression code is really big -- 27k all by itself.
+ POSIX regular expression code is really big -- 53k all by itself.
If you don't use regular expressions, turn this off and save space.
Of course, if you only staticly link, leave this on, since it will
only be included in your apps if you use regular expressions.