summaryrefslogtreecommitdiff
path: root/src/util/Malloc.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/Malloc.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/Malloc.c')
-rw-r--r--src/util/Malloc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/Malloc.c b/src/util/Malloc.c
index d49a0bb3..9c23647b 100644
--- a/src/util/Malloc.c
+++ b/src/util/Malloc.c
@@ -8,7 +8,6 @@
@enddesc
@version $Header$
@@*/
-static char *rcsid = "$Header$";
#include <stdio.h>
#include <stdlib.h>
@@ -16,8 +15,13 @@ static char *rcsid = "$Header$";
#include "cctk_WarnLevel.h"
#include "cctk_Malloc.h"
+#include "cctk_Flesh.h"
#include "StoreHandledData.h"
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(util_Malloc_c)
+
int CCTK_Abort(void *GH);
/*$#define MEMDEBUG$*/