aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-05-10 12:36:06 +0000
committergoodale <goodale@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-05-10 12:36:06 +0000
commit318b21cfbc1afd5194aff9f6755dc66f6882d227 (patch)
tree9f0448b987303441f1b861b024c4d24b6e6fb5a6
parent43ba5274cdb888d95bbb91f2591d33c7b32b9cef (diff)
Making rcsid strings constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@19 b9286e40-80fe-41ab-903a-d6b447012e1e
-rw-r--r--src/CoordinateStuff.c2
-rw-r--r--src/WaveBinary.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CoordinateStuff.c b/src/CoordinateStuff.c
index c824d2a..b6b0e33 100644
--- a/src/CoordinateStuff.c
+++ b/src/CoordinateStuff.c
@@ -5,7 +5,7 @@
#include "cctk.h"
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusWave_WaveBinarySource_CoordinateStuff_c)
diff --git a/src/WaveBinary.c b/src/WaveBinary.c
index 801b191..007b18f 100644
--- a/src/WaveBinary.c
+++ b/src/WaveBinary.c
@@ -7,7 +7,7 @@
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusWave_WaveBinarySource_WaveBinary_c)