summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-20 21:09:43 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-20 21:09:43 (GMT)
commit771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda (patch)
treeb2f6642ccbbf5236eabcbda1d0c9c68a585de12e /test
parentc65c1d25235dde13d5f544119f65d7d5470ff752 (diff)
downloadhdf5-771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda.zip
hdf5-771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda.tar.gz
hdf5-771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda.tar.bz2
[svn-r3676] Purpose:
Bug fix (sort of) Description: The RCSID string in H5public.h was causing the C++ code problem as it was included multiple times and C++ did not like multiple definitions of the same static variable. Solution: Since we don't really make use of the RCSID strings as we have not installed it in all source files, we decided to remove it. Platforms tested: eirene (linux), modi4 (IRIX64-64) both serial and parallel modes.
Diffstat (limited to 'test')
-rw-r--r--test/tarray.c4
-rw-r--r--test/tattr.c4
-rw-r--r--test/testhdf5.c4
-rw-r--r--test/tfile.c4
-rw-r--r--test/tgenprop.c4
-rw-r--r--test/th5s.c4
-rw-r--r--test/titerate.c4
-rw-r--r--test/tmeta.c4
-rw-r--r--test/trefer.c4
-rw-r--r--test/tselect.c4
-rw-r--r--test/ttbbt.c4
-rw-r--r--test/ttime.c4
-rw-r--r--test/ttsafe.c4
-rw-r--r--test/tvlstr.c4
-rw-r--r--test/tvltypes.c4
15 files changed, 0 insertions, 60 deletions
diff --git a/test/tarray.c b/test/tarray.c
index ebb5ff8..34047c5 100644
--- a/test/tarray.c
+++ b/test/tarray.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/tattr.c b/test/tattr.c
index 4747c74..7bef8df 100644
--- a/test/tattr.c
+++ b/test/tattr.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/testhdf5.c b/test/testhdf5.c
index e206046..83d42c4 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/*
diff --git a/test/tfile.c b/test/tfile.c
index b158fb5..c9be023 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/tgenprop.c b/test/tgenprop.c
index c89cf91..f9db34a 100644
--- a/test/tgenprop.c
+++ b/test/tgenprop.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/th5s.c b/test/th5s.c
index ccec8c2..0053460 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/titerate.c b/test/titerate.c
index 5e56001..b067b88 100644
--- a/test/titerate.c
+++ b/test/titerate.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/tmeta.c b/test/tmeta.c
index ade015a..8b4c161 100644
--- a/test/tmeta.c
+++ b/test/tmeta.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/trefer.c b/test/trefer.c
index 9935b5b..a010302 100644
--- a/test/trefer.c
+++ b/test/trefer.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/tselect.c b/test/tselect.c
index b108b5c..1f9c329 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/ttbbt.c b/test/ttbbt.c
index b839b6f..364f117 100644
--- a/test/ttbbt.c
+++ b/test/ttbbt.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/*
diff --git a/test/ttime.c b/test/ttime.c
index 2ff5426..8ce2cc9 100644
--- a/test/ttime.c
+++ b/test/ttime.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/ttsafe.c b/test/ttsafe.c
index 6920321..663872b 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/*
diff --git a/test/tvlstr.c b/test/tvlstr.c
index ee3867c..bab4365 100644
--- a/test/tvlstr.c
+++ b/test/tvlstr.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************
diff --git a/test/tvltypes.c b/test/tvltypes.c
index ea4d481..1738bf4 100644
--- a/test/tvltypes.c
+++ b/test/tvltypes.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
/***********************************************************