From 11a590c02b4d53ed926e2e86406f739fa846decb Mon Sep 17 00:00:00 2001 From: Leon Arber Date: Fri, 17 Mar 2006 12:24:35 -0500 Subject: [svn-r12113] Purpose: Bug fix Description: There was a duplicate definition for HDsrandom and HDsrand left over in H5private.h Solution: Removed the two duplicate definitions. Platforms tested: heping (minor change) Misc. update: --- src/H5private.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/H5private.h b/src/H5private.h index b89967d..01b41db 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -834,11 +834,8 @@ H5_DLL void HDsrand(unsigned int seed); #endif /* sprintf() variable arguments */ #define HDsqrt(X) sqrt(X) -H5_DLL void HDsrand(unsigned int seed); -#define HDsrandom(S) HDsrand(S) /* sscanf() variable arguments */ - #ifdef WIN32 #ifdef __MWERKS__ #define HDstat(S,B) stat(S,B) -- cgit v0.12