Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
17fa8f50
Commit
17fa8f50
authored
Oct 07, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum sexp_type): Deleted SEXP_START.
Rev: src/nettle/sexp.h:1.5
parent
48ee3f6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sexp.h
sexp.h
+1
-1
No files found.
sexp.h
View file @
17fa8f50
...
...
@@ -29,7 +29,7 @@
#include <inttypes.h>
enum
sexp_type
{
SEXP_START
,
SEXP_ATOM
,
SEXP_LIST
,
SEXP_END
};
{
SEXP_ATOM
,
SEXP_LIST
,
SEXP_END
};
struct
sexp_iterator
{
...
...
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