Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
369d8dec
Commit
369d8dec
authored
Sep 03, 2016
by
Niels Möller
Browse files
Delete macro TOKEN_CHAR from public header sexp.h.
parent
a0fee5a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
369d8dec
2016-09-03 Niels Möller <nisse@lysator.liu.se>
* sexp.h (TOKEN_CHAR): Delete macro and declaration of
sexp_token_chars. They belong in tools/misc.h, not here.
* examples/ecc-benchmark.c (die): Deleted unused function.
* testsuite/testutils.h (US): New macro, for unsigned string
...
...
sexp.h
View file @
369d8dec
...
...
@@ -206,12 +206,6 @@ size_t
sexp_transport_vformat
(
struct
nettle_buffer
*
buffer
,
const
char
*
format
,
va_list
args
);
/* Classification for advanced syntax. */
extern
const
char
sexp_token_chars
[
0x80
];
#define TOKEN_CHAR(c) ((c) < 0x80 && sexp_token_chars[(c)])
#ifdef __cplusplus
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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