summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-11-12 11:22:28 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-11-12 11:22:28 +0000
commitab0af707cab19318f775f85020bc26dd7910c1ba (patch)
tree82b770970670c3b77b3274768e7132dd0f5c6c1d /src/IO
parent68a0bcc9da58de06711d1b157d871b2925eadf10 (diff)
Putting semicolons at the end of CCTK_FILEVERSIONs.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3029 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/FortranBindingsIO.c2
-rw-r--r--src/IO/IOMethods.c2
-rw-r--r--src/IO/OverloadIO.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/IO/FortranBindingsIO.c b/src/IO/FortranBindingsIO.c
index 32790df6..e3e72426 100644
--- a/src/IO/FortranBindingsIO.c
+++ b/src/IO/FortranBindingsIO.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(IO_FortranBindingsIO_c)
+CCTK_FILEVERSION(IO_FortranBindingsIO_c);
/********************************************************************
********************* Local Routine Prototypes *********************
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 05409287..e4a4462e 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -24,7 +24,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION (IO_IOMethods_c)
+CCTK_FILEVERSION (IO_IOMethods_c);
/********************************************************************
********************* Local Routine Prototypes *********************
diff --git a/src/IO/OverloadIO.c b/src/IO/OverloadIO.c
index 4f240e6e..c67e3b64 100644
--- a/src/IO/OverloadIO.c
+++ b/src/IO/OverloadIO.c
@@ -21,7 +21,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION (IO_OverloadIO_c)
+CCTK_FILEVERSION (IO_OverloadIO_c);
/* Define the prototypes for the dummy functions. */
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)