mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r11787] Purpose:
Bug fix Description: Remove several macros that are already defined in H5private.h and are causing failures on copper. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
This commit is contained in:
parent
8d90fdaf96
commit
d4667a02cd
@ -18,10 +18,6 @@
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "hdf5.h"
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
#define MAX(x,y) ((x) < (y) ? (y) : (x))
|
||||
|
||||
/* Parameters to control statistics gathered */
|
||||
#define SIZE_SMALL_GROUPS 10
|
||||
#define SIZE_SMALL_DSETS 10
|
||||
|
Loading…
Reference in New Issue
Block a user