diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-06-16 20:44:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-06-16 20:44:14 (GMT) |
commit | 93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef (patch) | |
tree | 44dd6780c7ef5ab4cb312f5e875e66178b399dca /tools/h5diff/ph5diff_main.c | |
parent | 8be813993f3bec3f17b4f8ab87a96abbb33851ba (diff) | |
download | hdf5-93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef.zip hdf5-93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef.tar.gz hdf5-93a6cd92d7f2f6fd20bb22636a5c9245af01c7ef.tar.bz2 |
[svn-r17060] merge 17058 from trunk
added some "dummy" declarations for d_status
tested: linux
Diffstat (limited to 'tools/h5diff/ph5diff_main.c')
-rw-r--r-- | tools/h5diff/ph5diff_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5diff/ph5diff_main.c b/tools/h5diff/ph5diff_main.c index c613879..1990138 100644 --- a/tools/h5diff/ph5diff_main.c +++ b/tools/h5diff/ph5diff_main.c @@ -52,6 +52,8 @@ static void ph5diff_worker(int ); *------------------------------------------------------------------------- */ +/* module-scoped variables */ +int d_status = EXIT_SUCCESS; int main(int argc, const char *argv[]) { |