[svn-r12775] Fixed HL C++ errors from removing VL packet table. Silly me for

omitting the C++ test in the first place!

Tested on heping (with --enable-cxx!).
This commit is contained in:
James Laird
2006-10-18 12:56:33 -05:00
parent 2d6bb59329
commit d4daafbc85
3 changed files with 10 additions and 0 deletions

View File

@@ -518,6 +518,7 @@ out:
return 1;
}
#ifdef VLPT_REMOVED
int VariableLengthTest(void)
{
long test_long;
@@ -586,3 +587,4 @@ out:
H5_FAILED();
return 1;
}
#endif /* VLPT_REMOVED */