Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
d23850d3
Commit
d23850d3
authored
May 15, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop use of gettext from getopt.c.
parent
76d74c1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+4
-0
getopt.c
getopt.c
+3
-2
No files found.
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
Markdown
is supported
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