From 67f83f9b94b3c2c65f0979787901889148efe027 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 Jul 2000 11:35:47 +0000 Subject: [PATCH] remove duplicate yylex git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8576 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/parse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/asn1/parse.y b/lib/asn1/parse.y index 9b6cf7545..314db8884 100644 --- a/lib/asn1/parse.y +++ b/lib/asn1/parse.y @@ -48,7 +48,6 @@ RCSID("$Id$"); static Type *new_type (Typetype t); void yyerror (char *); -int yylex(void); static void append (Member *l, Member *r);