summaryrefslogtreecommitdiffstats
path: root/src/H5Oattr.c
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/H5Oattr.c
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/H5Oattr.c')
-rw-r--r--src/H5Oattr.c4
1 files changed, 0 insertions, 4 deletions
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 */
_a5_synthetic'>core_8_5_a5_synthetic Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.h
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-08-04 11:31:35 (GMT)
committerescoffon <escoffon>1998-08-04 11:31:35 (GMT)
commit2eda3a41cdebafbf544b5b8a7b5b27f795c8414b (patch)
treeccbe05cf1569f1f09cdf630730e5b9b5831292af /generic/tkButton.h
parent725eeecd22c7f4bf0537f461fb640ca3f31edca2 (diff)
downloadtk-2eda3a41cdebafbf544b5b8a7b5b27f795c8414b.zip
tk-2eda3a41cdebafbf544b5b8a7b5b27f795c8414b.tar.gz
tk-2eda3a41cdebafbf544b5b8a7b5b27f795c8414b.tar.bz2
A few more TCL_STORAGE_CLASS changes that were dropped.