summaryrefslogtreecommitdiff
path: root/src/include/cctk_Flesh.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 07:32:54 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 07:32:54 +0000
commitfee46141f4d47951ab55a1107f1bf213463081e1 (patch)
tree621ae7a381e289269b8046f5e0e5d71a269c0691 /src/include/cctk_Flesh.h
parent9b7a0abee102d8ccadf753190b96b378abe0f05b (diff)
Think there was a typo in the macro for removing rcsid warnings.
Also, at the moment cctk_Flesh.h has to be included in any file using the macro. This won't work for the thorns, perhaps it also needs to be added to cctk.h / git-svn-id: http://svn.cactuscode.org/flesh/trunk@1547 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Flesh.h')
-rw-r--r--src/include/cctk_Flesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Flesh.h b/src/include/cctk_Flesh.h
index 9eb56295..ada45699 100644
--- a/src/include/cctk_Flesh.h
+++ b/src/include/cctk_Flesh.h
@@ -34,7 +34,7 @@ typedef struct
#else
-#define CCTK_FILEVERSION(file) extern "C" const char *CCTKi_version_##file(void) { return rcsid; }
+#define CCTK_FILEVERSION(file) const char *CCTKi_version_##file(void) { return rcsid; }
#endif