[svn-r890] changed the name of the union member hyper to be hslab.

caused a conflict on winNT because hyper is a keyword
This commit is contained in:
Patrick Lu 1998-11-10 13:02:16 -05:00
parent 3dc23cdaa4
commit 776f4a0279

View File

@ -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;