/* Implementation of the internal dcigettext function.
- Copyright (C) 1995-2018 Free Software Foundation, Inc.
+ Copyright (C) 1995-2019 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
# endif
# endif
search.localename = localename;
-# ifdef IN_LIBGLOCALE
+#endif
+#ifdef IN_LIBGLOCALE
search.encoding = encoding;
-# endif
+#endif
/* Since tfind/tsearch manage a balanced tree, concurrent tfind and
tsearch calls can be fatal. */
__set_errno (saved_errno);
return retval;
}
-#endif
/* See whether this is a SUID binary or not. */
DETERMINE_SECURE;