summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-20 21:32:24 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-20 21:32:24 (GMT)
commitcb876a28a139ad01e6a357f3e939df0bba1f643b (patch)
treec17a3634f888a9a0b3f4f2293c52632dfb097db8 /src
parente450c2bbadadf43423b20e2486813737bcb17d74 (diff)
downloadhdf5-cb876a28a139ad01e6a357f3e939df0bba1f643b.zip
hdf5-cb876a28a139ad01e6a357f3e939df0bba1f643b.tar.gz
hdf5-cb876a28a139ad01e6a357f3e939df0bba1f643b.tar.bz2
[svn-r3677] 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 'src')
-rw-r--r--src/H5.c4
-rw-r--r--src/H5A.c4
-rw-r--r--src/H5D.c4
-rw-r--r--src/H5F.c4
-rw-r--r--src/H5I.c4
-rw-r--r--src/H5Oattr.c4
-rw-r--r--src/H5Odtype.c4
-rw-r--r--src/H5Osdspace.c4
-rw-r--r--src/H5P.c4
-rw-r--r--src/H5R.c4
-rw-r--r--src/H5S.c4
-rw-r--r--src/H5T.c3
-rw-r--r--src/H5TB.c4
-rw-r--r--src/H5TS.c4
-rw-r--r--src/H5Tvlen.c4
-rw-r--r--src/H5public.h4
16 files changed, 0 insertions, 63 deletions
diff --git a/src/H5.c b/src/H5.c
index cd9c6b9..5bcb5df 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/* private headers */
diff --git a/src/H5A.c b/src/H5A.c
index 65443aa..1d63594 100644
--- a/src/H5A.c
+++ b/src/H5A.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "$Revision$";
-#endif
-
/* $Id$ */
#define H5A_PACKAGE /*suppress error about including H5Apkg */
diff --git a/src/H5D.c b/src/H5D.c
index 15f2f54..c6b3e3b 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#include <H5private.h> /* Generic Functions */
diff --git a/src/H5F.c b/src/H5F.c
index 8767e6b..62c16e8 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -14,10 +14,6 @@
*
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5F_PACKAGE /*suppress error about including H5Fpkg */
diff --git a/src/H5I.c b/src/H5I.c
index 817b273..79a21b0 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/*
diff --git a/src/H5Oattr.c b/src/H5Oattr.c
index 7ffd804..65cb4bf 100644
--- a/src/H5Oattr.c
+++ b/src/H5Oattr.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5A_PACKAGE /*prevent warning from including H5Tpkg.h */
diff --git a/src/H5Odtype.c b/src/H5Odtype.c
index d5b7618..398e5cb 100644
--- a/src/H5Odtype.c
+++ b/src/H5Odtype.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5T_PACKAGE /*prevent warning from including H5Tpkg.h */
diff --git a/src/H5Osdspace.c b/src/H5Osdspace.c
index a2829ef..8dab984 100644
--- a/src/H5Osdspace.c
+++ b/src/H5Osdspace.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5S_PACKAGE /*prevent warning from including H5Spkg.h */
diff --git a/src/H5P.c b/src/H5P.c
index 61b4bfd..aa23d1e 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/* Private header files */
diff --git a/src/H5R.c b/src/H5R.c
index cd28331..495eb32 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5F_PACKAGE /*suppress error about including H5Fpkg */
diff --git a/src/H5S.c b/src/H5S.c
index 04b4913..e0213a4 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5S_PACKAGE /*suppress error about including H5Spkg */
diff --git a/src/H5T.c b/src/H5T.c
index a3d8710..201141c 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -5,9 +5,6 @@
* Programmer: Robb Matzke <matzke@llnl.gov>
* Tuesday, March 31, 1998
*/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
#define H5T_PACKAGE /*suppress error about including H5Tpkg */
diff --git a/src/H5TB.c b/src/H5TB.c
index 67591a0..fb0eede 100644
--- a/src/H5TB.c
+++ b/src/H5TB.c
@@ -56,10 +56,6 @@
* void H5TB_free( ITM ***root, void (*df)(ITM *), void (*kf)(void *) );
*/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#include <H5private.h> /*library */
diff --git a/src/H5TS.c b/src/H5TS.c
index dcf018f..7b6af3b 100644
--- a/src/H5TS.c
+++ b/src/H5TS.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
/* private headers */
diff --git a/src/H5Tvlen.c b/src/H5Tvlen.c
index f454b0a..133253e 100644
--- a/src/H5Tvlen.c
+++ b/src/H5Tvlen.c
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */
#define H5T_PACKAGE /*suppress error about including H5Tpkg */
diff --git a/src/H5public.h b/src/H5public.h
index 4793006..fe2d54f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -10,10 +10,6 @@
* *
****************************************************************************/
-#ifdef RCSID
-static char RcsId[] = "@(#)$Revision$";
-#endif
-
/* $Id$ */