Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
369d8dec
Commit
369d8dec
authored
Sep 3, 2016
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Delete macro TOKEN_CHAR from public header sexp.h.
parent
a0fee5a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
sexp.h
+0
-6
0 additions, 6 deletions
sexp.h
with
3 additions
and
6 deletions
ChangeLog
+
3
−
0
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
...
...
This diff is collapsed.
Click to expand it.
sexp.h
+
0
−
6
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment