Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
d23850d3
Commit
d23850d3
authored
May 15, 2014
by
Niels Möller
Browse files
Drop use of gettext from getopt.c.
parent
76d74c1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d23850d3
2014-05-15 Niels Möller <nisse@lysator.liu.se>
* getopt.c: Don't use gettext.
2014-05-14 Niels Möller <nisse@lysator.liu.se>
* testsuite/nettle-pbkdf2-test: Avoid the bash construction
...
...
getopt.c
View file @
d23850d3
...
...
@@ -68,8 +68,9 @@
#ifdef _LIBC
# include <libintl.h>
#else
# include "gettext.h"
# define _(msgid) gettext (msgid)
/* The glibc version includes "gettext.h" here, but Nettle currently doesn't
have that. */
# define _(msgid) msgid
#endif
#if defined _LIBC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment