From 17fa8f501ff1ce1b7e7aba121a58908425a8f0f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 7 Oct 2002 00:05:06 +0200
Subject: [PATCH] (enum sexp_type): Deleted SEXP_START.

Rev: src/nettle/sexp.h:1.5
---
 sexp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sexp.h b/sexp.h
index 15160377..6ef775e5 100644
--- a/sexp.h
+++ b/sexp.h
@@ -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
 {
-- 
GitLab