mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
[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:
parent
3dc23cdaa4
commit
776f4a0279
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user