diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-02-08 09:57:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-08 09:59:29 +0100 |
commit | 4a4b2a5eafe89e87798d231522c756750d14ce60 (patch) | |
tree | 5e1ee7ff262040890130d7104fd325142f7cd6dd /source4/heimdal/lib/asn1/asn1parse.h | |
parent | 42efa323ca7933f894a740765fd080ffe4c207c3 (diff) | |
download | samba-4a4b2a5eafe89e87798d231522c756750d14ce60.tar.gz samba-4a4b2a5eafe89e87798d231522c756750d14ce60.tar.bz2 samba-4a4b2a5eafe89e87798d231522c756750d14ce60.zip |
s4:heimdal: regerenate files
Andrew using cp like in commit ca12e7bc8ff4a91f2044c0a60550fec902e97a78
is wrong as that removes #include "config.h" and breaks the build on AIX.
metze
Diffstat (limited to 'source4/heimdal/lib/asn1/asn1parse.h')
-rw-r--r-- | source4/heimdal/lib/asn1/asn1parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/asn1/asn1parse.h b/source4/heimdal/lib/asn1/asn1parse.h index ed3b0904e6..c20a903e75 100644 --- a/source4/heimdal/lib/asn1/asn1parse.h +++ b/source4/heimdal/lib/asn1/asn1parse.h @@ -225,7 +225,7 @@ typedef union YYSTYPE { /* Line 1676 of yacc.c */ -#line 65 "asn1parse.y" +#line 65 "heimdal/lib/asn1/asn1parse.y" int constant; struct value *value; @@ -243,7 +243,7 @@ typedef union YYSTYPE /* Line 1676 of yacc.c */ -#line 247 "asn1parse.h" +#line 247 "heimdal/lib/asn1/asn1parse.y" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |