summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 15:00:41 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 15:00:41 +0000
commit512ce9a8aee00ec033c408bea403cf7d5d7b65c7 (patch)
tree81a42d1eaaad6ef09624bf44ba9b6caab5302ce9 /src/IO
parent11ee3bb70b4eec041c6b8efca97f141d843bad0d (diff)
Fixing rcsid warnings.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1578 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c2
-rw-r--r--src/IO/OverloadIO.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 1d3b9006..1198149a 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -22,6 +22,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION (IO_IOMethods_c);
+
/* Local data holding info on IO methods.*/
static cHandledData *IOMethods = NULL;
static int num_methods = 0;
diff --git a/src/IO/OverloadIO.c b/src/IO/OverloadIO.c
index b5a12500..233417c1 100644
--- a/src/IO/OverloadIO.c
+++ b/src/IO/OverloadIO.c
@@ -19,6 +19,8 @@
static char *rcsid="$Header$";
+CCTK_FILEVERSION (IO_OverloadIO_c);
+
/* Define the prototypes for the dummy functions. */
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)