[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.
This commit is contained in:
James Laird
2006-10-17 16:19:11 -05:00
parent 2d586abc27
commit ce30ee9b28
6 changed files with 18 additions and 0 deletions

View File

@@ -49,7 +49,9 @@ int main(void)
num_errors += SystemTest();
#ifdef VLPT_REMOVED
num_errors += VariableLengthTest();
#endif /* VLPT_REMOVED */
/* Terminate access to the file. */
err = H5Fclose(fileID);