Merge/port changes from develop back to 1.8 for tools and cmake

This commit is contained in:
Allen Byrne
2017-03-29 16:44:23 -05:00
parent 096aac122e
commit ba2cfde1fd
79 changed files with 2866 additions and 2002 deletions

View File

@@ -16,6 +16,7 @@
#include <stdlib.h>
#include <assert.h>
#include <memory.h>
#include "H5private.h"
#include "h5diff.h"
#include "h5diff_common.h"
#include "h5tools.h"
@@ -138,6 +139,6 @@ int main(int argc, const char *argv[])
*/
void h5diff_exit(int status)
{
exit(status);
HDexit(status);
}