- label "exit" renamed to "done" (as in hdf5)

This commit is contained in:
2011-01-06 12:04:03 +00:00
parent 4fdfc6e4dc
commit a6ef33d66c
+1 -1
View File
@@ -9,7 +9,7 @@
#define TRY2( func ) \
if ((int64_t)(ptrdiff_t)(func) <= (int64_t)H5_ERR) \
goto exit; \
goto done; \
#include "h5_types.h"