[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:
Quincey Koziol 2005-12-11 22:47:10 -05:00
parent 8d90fdaf96
commit d4667a02cd

View File

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