From cd5da29fdf59f73e1edc9f035e803dd69fe3cb86 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 10 May 2001 12:35:25 +0000 Subject: Making rcsid strings constant - PR 669. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@58 4825ed28-b72c-4eae-9704-e50c059e567d --- src/ChooseOutput.c | 2 +- src/DumpGH.c | 2 +- src/Output.c | 2 +- src/RecoverGH.c | 2 +- src/Startup.c | 2 +- src/Write.c | 2 +- src/WriteIsosurface.c | 2 +- src/util/hdf5_recombiner.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/ChooseOutput.c b/src/ChooseOutput.c index 39ac818..7e102b2 100644 --- a/src/ChooseOutput.c +++ b/src/ChooseOutput.c @@ -20,7 +20,7 @@ #include "CactusBase/IOUtil/src/ioGH.h" #include "ioFlexGH.h" -static char *rcsid = "$Header$"; +static const char *rcsid = "$Header$"; CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_ChooseOutput_c) diff --git a/src/DumpGH.c b/src/DumpGH.c index 337103c..9ce222b 100644 --- a/src/DumpGH.c +++ b/src/DumpGH.c @@ -23,7 +23,7 @@ #include "ioHDF5GH.h" /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(AlphaThorns_IOHDF5_DumpGH_c) diff --git a/src/Output.c b/src/Output.c index 50749d6..e80a23b 100644 --- a/src/Output.c +++ b/src/Output.c @@ -16,7 +16,7 @@ #include "ioHDF5GH.h" /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(AlphaThorns_IOHDF5_Output_c) diff --git a/src/RecoverGH.c b/src/RecoverGH.c index 6de18c1..cfe07d4 100644 --- a/src/RecoverGH.c +++ b/src/RecoverGH.c @@ -26,7 +26,7 @@ /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_RecoverGH_c) diff --git a/src/Startup.c b/src/Startup.c index f54a04d..017d96b 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -19,7 +19,7 @@ #include "ioHDF5GH.h" /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(AlphaThorns_IOHDF5_Startup_c) diff --git a/src/Write.c b/src/Write.c index 74d071b..db45900 100644 --- a/src/Write.c +++ b/src/Write.c @@ -21,7 +21,7 @@ /* the rcs ID and its dummy funtion to use it */ -static char *rcsid = "$Header$"; +static const char *rcsid = "$Header$"; CCTK_FILEVERSION(AlphaThorns_IOHDF5_Write_c) diff --git a/src/WriteIsosurface.c b/src/WriteIsosurface.c index 68c8e15..3e7e573 100644 --- a/src/WriteIsosurface.c +++ b/src/WriteIsosurface.c @@ -16,7 +16,7 @@ #include "ioHDF5GH.h" /* the rcs ID and its dummy funtion to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(AlphaThorns_IOHDF5_WriteIsosurface_c) diff --git a/src/util/hdf5_recombiner.c b/src/util/hdf5_recombiner.c index 157d7bc..281fb60 100644 --- a/src/util/hdf5_recombiner.c +++ b/src/util/hdf5_recombiner.c @@ -23,7 +23,7 @@ #include "BetaThorns/IOHDF5Util/src/ioHDF5UtilGH.h" /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Header$"; +static const char *rcsid = "$Header$"; CCTK_FILEVERSION(BetaThorns_IOHDF5_hdf5_recombiner_c) -- cgit v1.2.3