Skip to content
Snippets Groups Projects
Commit 17fa8f50 authored by Niels Möller's avatar Niels Möller
Browse files

(enum sexp_type): Deleted SEXP_START.

Rev: src/nettle/sexp.h:1.5
parent 48ee3f6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment