summaryrefslogtreecommitdiff
path: root/src/util/ParseFile.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 19:47:45 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 19:47:45 +0000
commitec7931ce6a97543968e1695266302fc8663af97d (patch)
tree22c42c4ecc816c76adbb68b0d1970b43bdb6568a /src/util/ParseFile.c
parent169d459e01701d42d1df1e8f70d0fcbdd412129e (diff)
Removing rcsid warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1559 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/ParseFile.c')
-rw-r--r--src/util/ParseFile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/ParseFile.c b/src/util/ParseFile.c
index 3d8252a9..b18432af 100644
--- a/src/util/ParseFile.c
+++ b/src/util/ParseFile.c
@@ -16,8 +16,12 @@
#include <stdlib.h>
#include <assert.h>
+#include "cctk_Flesh.h"
+
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(util_ParseFile_c)
+
/* Local definitions and functions */
#ifndef WIN32
#define BOLDON "\033[1m"