diff options
Diffstat (limited to 'posix/fnmatch_loop.c')
-rw-r--r-- | posix/fnmatch_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c index 24a72e2131..1e1f284b48 100644 --- a/posix/fnmatch_loop.c +++ b/posix/fnmatch_loop.c @@ -660,7 +660,7 @@ FCT (pattern, string, no_leading_period, flags) representation is UCS4. */ for (strcnt = 0; strcnt < c1; ++strcnt) str[strcnt] = startp[1 + strcnt]; -#endif +# endif table_size = _NL_CURRENT_WORD (LC_COLLATE, |