diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-31 22:06:17 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-31 22:06:17 (GMT) |
commit | 9aa8b4aa67ac31b98b8bce4d41f2a7817350619d (patch) | |
tree | 33160a1143d465185463183a2e36a388389a41c3 /windows/src/H5Tinit.c | |
parent | 1c7d12a7699faad5283b53f6d95a1b7be59d99af (diff) | |
download | hdf5-9aa8b4aa67ac31b98b8bce4d41f2a7817350619d.zip hdf5-9aa8b4aa67ac31b98b8bce4d41f2a7817350619d.tar.gz hdf5-9aa8b4aa67ac31b98b8bce4d41f2a7817350619d.tar.bz2 |
[svn-r12187] Purpose:
Maintenance on Windows
Description:
Update H5Tinit.c
Solution:
Platforms tested:
Windows XP
Misc. update:
Diffstat (limited to 'windows/src/H5Tinit.c')
-rwxr-xr-x | windows/src/H5Tinit.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/windows/src/H5Tinit.c b/windows/src/H5Tinit.c index 393b66a..9b4c670 100755 --- a/windows/src/H5Tinit.c +++ b/windows/src/H5Tinit.c @@ -16,7 +16,7 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Created: Nov 29, 2005 + * Created: Mar 31, 2006 * * * Purpose: This machine-generated source code contains @@ -72,10 +72,6 @@ #include "H5FLprivate.h" #include "H5Tpkg.h" -/* Declare external the free lists for H5T_t's and H5T_shared_t's */ -H5FL_EXTERN(H5T_t); -H5FL_EXTERN(H5T_shared_t); - herr_t |