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
369d8dec
Commit
369d8dec
authored
Sep 03, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete macro TOKEN_CHAR from public header sexp.h.
parent
a0fee5a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
ChangeLog
ChangeLog
+3
-0
sexp.h
sexp.h
+0
-6
No files found.
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
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