diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-02-22 14:03:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-02-22 14:03:59 (GMT) |
commit | 60030b5631053ec7c4c9633f58ac9ae90bc2cbdd (patch) | |
tree | 1f14661f2892aa8eadba4e5993eddab0573aab8c /tools/lib/ph5diff.h | |
parent | 147edec689b35162a38f13033565f2ca17a60661 (diff) | |
download | hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.zip hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.tar.gz hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.tar.bz2 |
[svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u'
Moved lib variables windows linking declarations to proper file location.
Tested: local linux windows
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r-- | tools/lib/ph5diff.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h index b098082..becbd6c 100644 --- a/tools/lib/ph5diff.h +++ b/tools/lib/ph5diff.h @@ -30,12 +30,6 @@ #define MPI_TAG_END 7 #define MPI_TAG_PARALLEL 8 -H5TOOLS_DLLVAR int g_nTasks; -H5TOOLS_DLLVAR unsigned char g_Parallel; -H5TOOLS_DLLVAR char outBuff[]; -H5TOOLS_DLLVAR int outBuffOffset; -H5TOOLS_DLLVAR FILE * overflow_file; - struct diff_mpi_args { char name1[256]; |