From 776f4a0279fa5024a61d7edf54972413e0bc4cdb Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Tue, 10 Nov 1998 13:02:16 -0500 Subject: [svn-r890] changed the name of the union member hyper to be hslab. caused a conflict on winNT because hyper is a keyword --- src/H5Sprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index 9b920e3..f7d0270 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -134,7 +134,7 @@ typedef struct { hsize_t num_elem; /* Number of elements in selection */ union { H5S_pnt_list_t *pnt_lst; /* List of selected points (order is important) */ - H5S_hyper_sel_t hyper; /* Info about hyperslab selections */ + H5S_hyper_sel_t hslab; /* Info about hyperslab selections */ } sel_info; } H5S_select_t; -- cgit v0.12