Skip to content

Commit

Permalink
address @lrknox review
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 26, 2024
1 parent 8b5e662 commit 7d27c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/genparser
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ${HDF5_FLEX} --nounistd -PH5LTyy -o ${path_to_hl_src}/H5LTanalyze.c ${path_to_hl
# with a return value of type int, which is a mapping to the
# flex yyparse function. The return value in the HL library should be
# an hid_t.
# A Perl command will be added to find and replace this function declaration
# Use Perl command to find and replace this function declaration
# in H5LTparse.c. This is a temporary solution until a method that does not
# use flex is implemented.
perl -0777 -pi -e 's/int yyparse/hid_t yyparse/igs' ${path_to_hl_src}/H5LTparse.c
Expand Down

0 comments on commit 7d27c1f

Please sign in to comment.