diff options
Diffstat (limited to 'hl/src/H5LTparse.h')
-rw-r--r-- | hl/src/H5LTparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/H5LTparse.h b/hl/src/H5LTparse.h index 1461830..7481a45 100644 --- a/hl/src/H5LTparse.h +++ b/hl/src/H5LTparse.h @@ -110,7 +110,7 @@ extern int H5LTyydebug; typedef union YYSTYPE { /* Line 2058 of yacc.c */ -#line 68 "H5LTparse.y" +#line 66 "H5LTparse.y" int ival; /*for integer token*/ char *sval; /*for name string*/ |