From 5d4d9d333d2bac8ec8ae882cdfd19e1d79c898b4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 6 Jul 2009 13:26:09 +0200 Subject: s4:heimdal: readd heimdal/lib/asn1/asn1parse.y which was parse.y before the last import Also commit the regenerated files for systems without yacc and lex. This fixes the build with automatic dependecies for me. metze --- source4/heimdal/lib/com_err/parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/heimdal/lib/com_err/parse.h') diff --git a/source4/heimdal/lib/com_err/parse.h b/source4/heimdal/lib/com_err/parse.h index 9aabca9023..394d6505b3 100644 --- a/source4/heimdal/lib/com_err/parse.h +++ b/source4/heimdal/lib/com_err/parse.h @@ -64,7 +64,7 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 53 "heimdal/lib/com_err/parse.y" +#line 51 "heimdal/lib/com_err/parse.y" { char *string; int number; -- cgit