diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-10-17 21:19:11 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-10-17 21:19:11 (GMT) |
commit | ce30ee9b28e9b68de817845aa5bc965d35ca8967 (patch) | |
tree | e2b60196c77f8fbb1f0213bf07ca5e0e90817102 /hl/test | |
parent | 2d586abc2773635199351a80897fbcd7381c223b (diff) | |
download | hdf5-ce30ee9b28e9b68de817845aa5bc965d35ca8967.zip hdf5-ce30ee9b28e9b68de817845aa5bc965d35ca8967.tar.gz hdf5-ce30ee9b28e9b68de817845aa5bc965d35ca8967.tar.bz2 |
[svn-r12773] Removed Variable-length packet tables from the HL libraries.
This is a quick change to make sure nothing breaks; VL functions in
the header files have been #ifdef'd out.
Tested on mir.
Diffstat (limited to 'hl/test')
-rw-r--r-- | hl/test/test_packet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c index ea985cf..80d0aff 100644 --- a/hl/test/test_packet.c +++ b/hl/test/test_packet.c @@ -1026,7 +1026,9 @@ static int test_packet_table(hid_t fid) test_read(fid); test_get_next(fid); test_big_table(fid); +#ifdef VLPT_REMOVED test_varlen(fid); +#endif /* VLPT_REMOVED */ test_opaque(fid); test_compress(); test_error(fid); |