summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-09-28 20:23:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-09-28 20:23:46 (GMT)
commit431c69474c31f7e535f0e9ed3256563e945f5c19 (patch)
tree678df6b4850a225296f22b2e1df75d03490dda12
parent11201a24ef32d82423ac952b71f16ecfbeec9b5a (diff)
downloadhdf5-431c69474c31f7e535f0e9ed3256563e945f5c19.zip
hdf5-431c69474c31f7e535f0e9ed3256563e945f5c19.tar.gz
hdf5-431c69474c31f7e535f0e9ed3256563e945f5c19.tar.bz2
[svn-r27903] Add extra line for replacement from revision 27898
-rw-r--r--config/cmake/HDF5_Process_Flex_Files.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/HDF5_Process_Flex_Files.cmake b/config/cmake/HDF5_Process_Flex_Files.cmake
index 2904d2a..5947fb8 100644
--- a/config/cmake/HDF5_Process_Flex_Files.cmake
+++ b/config/cmake/HDF5_Process_Flex_Files.cmake
@@ -12,6 +12,7 @@ if (FILE_PARSE)
# adding a perl command to find and replace this function declaration in
# H5LTparse.c.
file (READ ${FILE_PARSE} TEST_STREAM)
+ string (REGEX REPLACE "int yyparse" "hid_t yyparse" TEST_STREAM "${TEST_STREAM}")
string (REGEX REPLACE "int\nyyparse" "hid_t\nyyparse" TEST_STREAM "${TEST_STREAM}")
string (REGEX REPLACE "int H5LTyyparse" "hid_t H5LTyyparse" TEST_STREAM "${TEST_STREAM}")
file (WRITE ${FILE_PARSE} "${TEST_STREAM}")