From bc55d234e61026ff9a756c4faa3913c868a06e19 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Fri, 13 Aug 2004 12:31:09 +0000 Subject: fixed multiple imports problem --- libasn1parser/asn1p_y.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libasn1parser/asn1p_y.h') diff --git a/libasn1parser/asn1p_y.h b/libasn1parser/asn1p_y.h index 09ace781..49ab05ab 100644 --- a/libasn1parser/asn1p_y.h +++ b/libasn1parser/asn1p_y.h @@ -23,8 +23,8 @@ This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ -#ifndef BISON_Y_TAB_H -# define BISON_Y_TAB_H +#ifndef BISON_ASN_P_Y_H +# define BISON_ASN_P_Y_H /* Tokens. */ #ifndef YYTOKENTYPE @@ -274,5 +274,5 @@ typedef union { extern YYSTYPE asn1p_lval; -#endif /* not BISON_Y_TAB_H */ +#endif /* not BISON_ASN_P_Y_H */ -- cgit v1.2.3