diff options
Diffstat (limited to 'crypto/heimdal/lib/com_err/parse.h')
-rw-r--r-- | crypto/heimdal/lib/com_err/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/com_err/parse.h b/crypto/heimdal/lib/com_err/parse.h index 23d7e0c..763a331 100644 --- a/crypto/heimdal/lib/com_err/parse.h +++ b/crypto/heimdal/lib/com_err/parse.h @@ -64,7 +64,7 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 53 "parse.y" +#line 54 "parse.y" { char *string; int number; |