aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-02-05 22:56:27 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-02-05 22:56:27 +0000
commit8d05efb85fc265df2c6c627f63869ae43e9fc670 (patch)
treedc8a7d950566b1446311d6d6009701534aabb780
parent2086db1cccf53c8b119ecc69ab88d9a09a4af63f (diff)
Adding semicolon after fileversion macro so TAGS work properly.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@430 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/Comm.c2
-rw-r--r--src/FinishReceiveGA.c2
-rw-r--r--src/Overloadables.c3
-rw-r--r--src/PostSendGA.c2
-rw-r--r--src/PughUtils.c2
-rw-r--r--src/SetupGroup.c3
-rw-r--r--src/SetupPGH.c2
-rw-r--r--src/SetupPGV.c2
-rw-r--r--src/Startup.c2
9 files changed, 11 insertions, 9 deletions
diff --git a/src/Comm.c b/src/Comm.c
index f83268c..de81a2a 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -22,7 +22,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_Comm_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_Comm_c);
/* local function prototypes */
diff --git a/src/FinishReceiveGA.c b/src/FinishReceiveGA.c
index c51a42a..d483e4f 100644
--- a/src/FinishReceiveGA.c
+++ b/src/FinishReceiveGA.c
@@ -17,7 +17,7 @@
#include "pugh.h"
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_FinishReceiveGA_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_FinishReceiveGA_c);
#ifdef CCTK_MPI
diff --git a/src/Overloadables.c b/src/Overloadables.c
index ac70e9a..d353c26 100644
--- a/src/Overloadables.c
+++ b/src/Overloadables.c
@@ -13,7 +13,8 @@
#include "pugh_Comm.h"
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_Overloadables_c)
+
+CCTK_FILEVERSION(CactusPUGH_PUGH_Overloadables_c);
/*@@
diff --git a/src/PostSendGA.c b/src/PostSendGA.c
index 59a943b..3eda977 100644
--- a/src/PostSendGA.c
+++ b/src/PostSendGA.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_PostSendGA_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_PostSendGA_c);
/*#define DEBUG_PUGH*/
diff --git a/src/PughUtils.c b/src/PughUtils.c
index c820f56..5858a1b 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_PughUtils_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_PughUtils_c);
/********************************************************************
diff --git a/src/SetupGroup.c b/src/SetupGroup.c
index 029419f..cb2e969 100644
--- a/src/SetupGroup.c
+++ b/src/SetupGroup.c
@@ -18,7 +18,8 @@
#include "cctk_Parameters.h"
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION (CactusPUGH_PUGH_SetupGroup_c)
+
+CCTK_FILEVERSION (CactusPUGH_PUGH_SetupGroup_c);
/********************************************************************
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index dd4d854..db4f4ca 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -25,7 +25,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_SetupPGH_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_SetupPGH_c);
/********************************************************************
diff --git a/src/SetupPGV.c b/src/SetupPGV.c
index 05ead64..9117e44 100644
--- a/src/SetupPGV.c
+++ b/src/SetupPGV.c
@@ -21,7 +21,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_SetupPGV_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_SetupPGV_c);
/********************************************************************
diff --git a/src/Startup.c b/src/Startup.c
index e7e1566..2160216 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -17,7 +17,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_Startup_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_Startup_c);
int PUGH_Startup(void);