From: Niels Möller Date: Sun, 6 Oct 2002 22:05:06 +0000 (+0200) Subject: (enum sexp_type): Deleted SEXP_START. X-Git-Tag: nettle_1.7_release_20030311~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fa8f501ff1ce1b7e7aba121a58908425a8f0f1;p=thirdparty%2Fnettle.git (enum sexp_type): Deleted SEXP_START. Rev: src/nettle/sexp.h:1.5 --- diff --git a/sexp.h b/sexp.h index 15160377..6ef775e5 100644 --- a/sexp.h +++ b/sexp.h @@ -29,7 +29,7 @@ #include enum sexp_type - { SEXP_START, SEXP_ATOM, SEXP_LIST, SEXP_END }; + { SEXP_ATOM, SEXP_LIST, SEXP_END }; struct sexp_iterator {