summaryrefslogtreecommitdiff
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
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
-rw-r--r--src/IO/FortranBindingsIO.c2
-rw-r--r--src/IO/IOMethods.c2
-rw-r--r--src/IO/OverloadIO.c2
-rw-r--r--src/comm/CactusDefaultComm.c2
-rw-r--r--src/comm/CactusSync.c2
-rw-r--r--src/comm/Interp.c2
-rw-r--r--src/comm/OverloadComm.c2
-rw-r--r--src/comm/Reduction.c2
-rw-r--r--src/main/ActiveThorns.c2
-rw-r--r--src/main/Banner.c2
-rw-r--r--src/main/CactusDefaultInitialise.c2
-rw-r--r--src/main/CactusDefaultMainLoopIndex.c2
-rw-r--r--src/main/CactusDefaultShutdown.c2
-rw-r--r--src/main/CallStartupFunctions.c2
-rw-r--r--src/main/CommandLine.c2
-rw-r--r--src/main/Complex.c2
-rw-r--r--src/main/ConfigData.c2
-rw-r--r--src/main/Coord.c2
-rw-r--r--src/main/DebugDefines.c2
-rw-r--r--src/main/DefaultTimers.c2
-rw-r--r--src/main/Dummies.c2
-rw-r--r--src/main/FortranWrappers.c2
-rw-r--r--src/main/GHExtensions.c2
-rw-r--r--src/main/Groups.c2
-rw-r--r--src/main/GroupsOnGH.c2
-rw-r--r--src/main/InitialiseCactus.c2
-rw-r--r--src/main/InitialiseDataStructures.c2
-rw-r--r--src/main/MainUtils.c2
-rw-r--r--src/main/Names.c2
-rw-r--r--src/main/OverloadMain.c2
-rw-r--r--src/main/ProcessCommandLine.c2
-rw-r--r--src/main/ProcessEnvironment.c2
-rw-r--r--src/main/ProcessParameterDatabase.c2
-rw-r--r--src/main/RecordImplementation.c2
-rw-r--r--src/main/ScheduleInterface.c2
-rw-r--r--src/main/SetParams.c2
-rw-r--r--src/main/SetupCache.c2
-rw-r--r--src/main/ShutdownCactus.c2
-rw-r--r--src/main/Stagger.c2
-rw-r--r--src/main/Startup.c2
-rw-r--r--src/main/Subsystems.c2
-rw-r--r--src/main/Termination.c2
-rw-r--r--src/main/Traverse.c2
-rw-r--r--src/main/WarnLevel.c2
44 files changed, 44 insertions, 44 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)
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 56cedfdc..7134dcfc 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -30,7 +30,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(comm_CactusDefaultComm_c)
+CCTK_FILEVERSION(comm_CactusDefaultComm_c);
/********************************************************************
********************* Global Data *****************************
diff --git a/src/comm/CactusSync.c b/src/comm/CactusSync.c
index b5d31ebe..e4edbec3 100644
--- a/src/comm/CactusSync.c
+++ b/src/comm/CactusSync.c
@@ -22,7 +22,7 @@
#include "cctk_Sync.h"
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(comm_CactusSync_c)
+CCTK_FILEVERSION(comm_CactusSync_c);
/********************************************************************
diff --git a/src/comm/Interp.c b/src/comm/Interp.c
index e84c8f2f..947b3e83 100644
--- a/src/comm/Interp.c
+++ b/src/comm/Interp.c
@@ -44,7 +44,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(comm_Interp_c)
+CCTK_FILEVERSION(comm_Interp_c);
/******************************************************************************
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index 90aca73c..213d9416 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -20,7 +20,7 @@
#include "OverloadMacros.h"
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(comm_OverloadComm_c)
+CCTK_FILEVERSION(comm_OverloadComm_c);
/* Define the prototypes for the dummy functions. */
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 25215064..0c04262c 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -27,7 +27,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(comm_Reduction_c)
+CCTK_FILEVERSION(comm_Reduction_c);
/********************************************************************
******************** External Routines ************************
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index ce27875b..82e1d196 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -27,7 +27,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ActiveThorns_c)
+CCTK_FILEVERSION(main_ActiveThorns_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/Banner.c b/src/main/Banner.c
index 682bd374..e59ec86a 100644
--- a/src/main/Banner.c
+++ b/src/main/Banner.c
@@ -26,7 +26,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Banner_c)
+CCTK_FILEVERSION(main_Banner_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/CactusDefaultInitialise.c b/src/main/CactusDefaultInitialise.c
index 2f7aee35..5fc37840 100644
--- a/src/main/CactusDefaultInitialise.c
+++ b/src/main/CactusDefaultInitialise.c
@@ -23,7 +23,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_CactusDefaultInitialise_c)
+CCTK_FILEVERSION(main_CactusDefaultInitialise_c);
/*# define DEBUG_CCTK 1 */
diff --git a/src/main/CactusDefaultMainLoopIndex.c b/src/main/CactusDefaultMainLoopIndex.c
index 29a5b683..55646992 100644
--- a/src/main/CactusDefaultMainLoopIndex.c
+++ b/src/main/CactusDefaultMainLoopIndex.c
@@ -12,7 +12,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_CactusDefaultMainLoopIndex_c)
+CCTK_FILEVERSION(main_CactusDefaultMainLoopIndex_c);
static int iteration = 0;
diff --git a/src/main/CactusDefaultShutdown.c b/src/main/CactusDefaultShutdown.c
index 024bb7f8..f04b87ec 100644
--- a/src/main/CactusDefaultShutdown.c
+++ b/src/main/CactusDefaultShutdown.c
@@ -19,7 +19,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_CactusDefaultShutdown_c)
+CCTK_FILEVERSION(main_CactusDefaultShutdown_c);
#ifdef CCTK_MPI
extern char MPI_Active;
diff --git a/src/main/CallStartupFunctions.c b/src/main/CallStartupFunctions.c
index e977cbf6..decaed09 100644
--- a/src/main/CallStartupFunctions.c
+++ b/src/main/CallStartupFunctions.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_CallStartupFunctions_c)
+CCTK_FILEVERSION(main_CallStartupFunctions_c);
/********************************************************************
********************* External Routines **********************
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index e701b57a..e675db2d 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -35,7 +35,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_CommandLine_c)
+CCTK_FILEVERSION(main_CommandLine_c);
/********************************************************************
********************* Local Routine Prototypes *********************
diff --git a/src/main/Complex.c b/src/main/Complex.c
index 59ea6739..998978a3 100644
--- a/src/main/Complex.c
+++ b/src/main/Complex.c
@@ -15,7 +15,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Complex_c)
+CCTK_FILEVERSION(main_Complex_c);
/********************************************************************
diff --git a/src/main/ConfigData.c b/src/main/ConfigData.c
index 8534acac..2907c23c 100644
--- a/src/main/ConfigData.c
+++ b/src/main/ConfigData.c
@@ -15,7 +15,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ConfigData_c)
+CCTK_FILEVERSION(main_ConfigData_c);
/*@@
diff --git a/src/main/Coord.c b/src/main/Coord.c
index b1d8ed2d..daedaa44 100644
--- a/src/main/Coord.c
+++ b/src/main/Coord.c
@@ -25,7 +25,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Coord_c)
+CCTK_FILEVERSION(main_Coord_c);
/********************************************************************
diff --git a/src/main/DebugDefines.c b/src/main/DebugDefines.c
index 3ac0bca4..c3cbb081 100644
--- a/src/main/DebugDefines.c
+++ b/src/main/DebugDefines.c
@@ -13,7 +13,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_DebugDefines_c)
+CCTK_FILEVERSION(main_DebugDefines_c);
/********************************************************************
diff --git a/src/main/DefaultTimers.c b/src/main/DefaultTimers.c
index 34672715..358c81ca 100644
--- a/src/main/DefaultTimers.c
+++ b/src/main/DefaultTimers.c
@@ -37,7 +37,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_DefaultTimers_c)
+CCTK_FILEVERSION(main_DefaultTimers_c);
/********************************************************************
diff --git a/src/main/Dummies.c b/src/main/Dummies.c
index 2fed014b..d6c63d54 100644
--- a/src/main/Dummies.c
+++ b/src/main/Dummies.c
@@ -13,7 +13,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Dummies_c)
+CCTK_FILEVERSION(main_Dummies_c);
int CCTKi_DummyStorageOn(void *GH, int group)
{
diff --git a/src/main/FortranWrappers.c b/src/main/FortranWrappers.c
index 9238548e..52ab58da 100644
--- a/src/main/FortranWrappers.c
+++ b/src/main/FortranWrappers.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_FortranWrappers_c)
+CCTK_FILEVERSION(main_FortranWrappers_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/GHExtensions.c b/src/main/GHExtensions.c
index 59f0c0f6..13f2a672 100644
--- a/src/main/GHExtensions.c
+++ b/src/main/GHExtensions.c
@@ -23,7 +23,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_GHExtensions_c)
+CCTK_FILEVERSION(main_GHExtensions_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/Groups.c b/src/main/Groups.c
index 0999fe52..9313c5fe 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -35,7 +35,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Groups_c)
+CCTK_FILEVERSION(main_Groups_c);
/********************************************************************
diff --git a/src/main/GroupsOnGH.c b/src/main/GroupsOnGH.c
index ab247346..ea1fb55c 100644
--- a/src/main/GroupsOnGH.c
+++ b/src/main/GroupsOnGH.c
@@ -23,7 +23,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_GroupsOnGH_c)
+CCTK_FILEVERSION(main_GroupsOnGH_c);
void CCTK_FCALL CCTK_FNAME (CCTK_GrouplbndGI)
diff --git a/src/main/InitialiseCactus.c b/src/main/InitialiseCactus.c
index aa8c7e04..bf007f61 100644
--- a/src/main/InitialiseCactus.c
+++ b/src/main/InitialiseCactus.c
@@ -25,7 +25,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_InitialiseCactus_c)
+CCTK_FILEVERSION(main_InitialiseCactus_c);
/********************************************************************
********************* Local Routine Prototypes *********************
diff --git a/src/main/InitialiseDataStructures.c b/src/main/InitialiseDataStructures.c
index 0d8671a3..938f5910 100644
--- a/src/main/InitialiseDataStructures.c
+++ b/src/main/InitialiseDataStructures.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_InitialiseDataStructures_c)
+CCTK_FILEVERSION(main_InitialiseDataStructures_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/MainUtils.c b/src/main/MainUtils.c
index ac05d1e6..b71a145b 100644
--- a/src/main/MainUtils.c
+++ b/src/main/MainUtils.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_MainUtils_c)
+CCTK_FILEVERSION(main_MainUtils_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/Names.c b/src/main/Names.c
index 1998e6f3..2a51d559 100644
--- a/src/main/Names.c
+++ b/src/main/Names.c
@@ -18,7 +18,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(main_Names_c)
+CCTK_FILEVERSION(main_Names_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/OverloadMain.c b/src/main/OverloadMain.c
index 5d1d1aa9..173fe967 100644
--- a/src/main/OverloadMain.c
+++ b/src/main/OverloadMain.c
@@ -21,7 +21,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(main_OverloadMain_c)
+CCTK_FILEVERSION(main_OverloadMain_c);
/* Define the prototypes for the dummy functions. */
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index c0b6aab3..3c0211ad 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -20,7 +20,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ProcessCommandLine_c)
+CCTK_FILEVERSION(main_ProcessCommandLine_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/ProcessEnvironment.c b/src/main/ProcessEnvironment.c
index 10a17a85..64be6f14 100644
--- a/src/main/ProcessEnvironment.c
+++ b/src/main/ProcessEnvironment.c
@@ -19,7 +19,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ProcessEnvironment_c)
+CCTK_FILEVERSION(main_ProcessEnvironment_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/ProcessParameterDatabase.c b/src/main/ProcessParameterDatabase.c
index fe6cb274..298103f9 100644
--- a/src/main/ProcessParameterDatabase.c
+++ b/src/main/ProcessParameterDatabase.c
@@ -19,7 +19,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ProcessParameterDatabase_c)
+CCTK_FILEVERSION(main_ProcessParameterDatabase_c);
/********************************************************************
********************* Other Routine Prototypes *********************
diff --git a/src/main/RecordImplementation.c b/src/main/RecordImplementation.c
index 0f283dda..311853e4 100644
--- a/src/main/RecordImplementation.c
+++ b/src/main/RecordImplementation.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_RecordImplementation_c)
+CCTK_FILEVERSION(main_RecordImplementation_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 561da168..3125cff0 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -34,7 +34,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ScheduleInterface_c)
+CCTK_FILEVERSION(main_ScheduleInterface_c);
/********************************************************************
diff --git a/src/main/SetParams.c b/src/main/SetParams.c
index d7843db0..990b6763 100644
--- a/src/main/SetParams.c
+++ b/src/main/SetParams.c
@@ -23,7 +23,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_SetParams_c)
+CCTK_FILEVERSION(main_SetParams_c);
/********************************************************************
********************* Local Routine Prototypes *********************
diff --git a/src/main/SetupCache.c b/src/main/SetupCache.c
index e380f283..27cadcc9 100644
--- a/src/main/SetupCache.c
+++ b/src/main/SetupCache.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_SetupCache_c)
+CCTK_FILEVERSION(main_SetupCache_c);
/********************************************************************
********************* CCTK Local Routines **********************
diff --git a/src/main/ShutdownCactus.c b/src/main/ShutdownCactus.c
index 2ab058ee..1ed6155c 100644
--- a/src/main/ShutdownCactus.c
+++ b/src/main/ShutdownCactus.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_ShutdownCactus_c)
+CCTK_FILEVERSION(main_ShutdownCactus_c);
/*@@
@routine CCTKi_ShutdownCactus
diff --git a/src/main/Stagger.c b/src/main/Stagger.c
index ee0f635f..9eb23e6d 100644
--- a/src/main/Stagger.c
+++ b/src/main/Stagger.c
@@ -24,7 +24,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Stagger_c)
+CCTK_FILEVERSION(main_Stagger_c);
/********************************************************************
********************* Fortran Wrappers ***********************
diff --git a/src/main/Startup.c b/src/main/Startup.c
index c5066e67..76eaf5a7 100644
--- a/src/main/Startup.c
+++ b/src/main/Startup.c
@@ -11,7 +11,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Startup_c)
+CCTK_FILEVERSION(main_Startup_c);
int CactusStartup(void)
{
diff --git a/src/main/Subsystems.c b/src/main/Subsystems.c
index 1a5bd875..aead9167 100644
--- a/src/main/Subsystems.c
+++ b/src/main/Subsystems.c
@@ -14,7 +14,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_Subsystems_c)
+CCTK_FILEVERSION(main_Subsystems_c);
/********************************************************************
********************* External Routines **********************
diff --git a/src/main/Termination.c b/src/main/Termination.c
index a85817e6..47f4f1bd 100644
--- a/src/main/Termination.c
+++ b/src/main/Termination.c
@@ -13,7 +13,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(main_Termination_c)
+CCTK_FILEVERSION(main_Termination_c);
/********************************************************************
********************* Local Data *****************************
diff --git a/src/main/Traverse.c b/src/main/Traverse.c
index c975b482..3a922cfc 100644
--- a/src/main/Traverse.c
+++ b/src/main/Traverse.c
@@ -15,7 +15,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(main_Traverse_c)
+CCTK_FILEVERSION(main_Traverse_c);
/********************************************************************
********************* External Routines **********************
diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c
index ed48b55f..fc5a486d 100644
--- a/src/main/WarnLevel.c
+++ b/src/main/WarnLevel.c
@@ -24,7 +24,7 @@
#include "cctki_WarnLevel.h"
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(main_WarnLevel_c)
+CCTK_FILEVERSION(main_WarnLevel_c);
/********************************************************************