summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-11-12 11:19:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-11-12 11:19:41 +0000
commit68a0bcc9da58de06711d1b157d871b2925eadf10 (patch)
treeaca101f5292aaa90f6b5d1d73d277174cf6ddb0e
parentb5dc0457b3e7036e4644e6b81a1a134b213c196b (diff)
Putting semicolons at the end of the CCTK_FILEVERSIONs.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3028 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/util/BinaryTree.c2
-rw-r--r--src/util/Cache.c2
-rw-r--r--src/util/CactusTimers.c2
-rw-r--r--src/util/Expression.c2
-rw-r--r--src/util/File.c2
-rw-r--r--src/util/Hash.c2
-rw-r--r--src/util/Malloc.c2
-rw-r--r--src/util/Misc.c2
-rw-r--r--src/util/Network.c2
-rw-r--r--src/util/ParseFile.c2
-rw-r--r--src/util/RegisterKeyedFunction.c2
-rw-r--r--src/util/SKBinTree.c2
-rw-r--r--src/util/StoreHandledData.c2
-rw-r--r--src/util/StoreKeyedData.c2
-rw-r--r--src/util/StoreNamedData.c2
-rw-r--r--src/util/String.c2
-rw-r--r--src/util/StringList.c2
-rw-r--r--src/util/Table.c2
-rw-r--r--src/util/Time.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/util/BinaryTree.c b/src/util/BinaryTree.c
index bf148310..dbd45cdf 100644
--- a/src/util/BinaryTree.c
+++ b/src/util/BinaryTree.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_BinaryTree_c)
+CCTK_FILEVERSION(util_BinaryTree_c);
/********************************************************************
******************** External Routines ************************
diff --git a/src/util/Cache.c b/src/util/Cache.c
index 95309c02..43726c12 100644
--- a/src/util/Cache.c
+++ b/src/util/Cache.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_Cache_c)
+CCTK_FILEVERSION(util_Cache_c);
/********************************************************************
********************* Local Data *****************************
diff --git a/src/util/CactusTimers.c b/src/util/CactusTimers.c
index cf1ac2b2..ff63736f 100644
--- a/src/util/CactusTimers.c
+++ b/src/util/CactusTimers.c
@@ -21,7 +21,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_CactusTimers_c)
+CCTK_FILEVERSION(util_CactusTimers_c);
/********************************************************************
*************** Fortran Wrapper Prototypes *******************
diff --git a/src/util/Expression.c b/src/util/Expression.c
index 9a5adbca..9b6156ef 100644
--- a/src/util/Expression.c
+++ b/src/util/Expression.c
@@ -27,7 +27,7 @@ static const char *rcsid = "$Header$";
#ifndef TEST_EXPRESSION_PARSER
#include "util_String.h"
-CCTK_FILEVERSION(util_Expression_c)
+CCTK_FILEVERSION(util_Expression_c);
#ifdef strdup
#undef strdup
#endif
diff --git a/src/util/File.c b/src/util/File.c
index 32c10ea0..d0bfc542 100644
--- a/src/util/File.c
+++ b/src/util/File.c
@@ -24,7 +24,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_File_c)
+CCTK_FILEVERSION(util_File_c);
/********************************************************************
********************* Macro Definitions ***********************
diff --git a/src/util/Hash.c b/src/util/Hash.c
index 6d90c9e8..eb8f2b84 100644
--- a/src/util/Hash.c
+++ b/src/util/Hash.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_Hash_c)
+CCTK_FILEVERSION(util_Hash_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/util/Malloc.c b/src/util/Malloc.c
index bf9daf03..b0a505c3 100644
--- a/src/util/Malloc.c
+++ b/src/util/Malloc.c
@@ -46,7 +46,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_Malloc_c)
+CCTK_FILEVERSION(util_Malloc_c);
/********************************************************************
diff --git a/src/util/Misc.c b/src/util/Misc.c
index c534d7cc..e867b6cf 100644
--- a/src/util/Misc.c
+++ b/src/util/Misc.c
@@ -34,7 +34,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_Misc_c)
+CCTK_FILEVERSION(util_Misc_c);
/********************************************************************
diff --git a/src/util/Network.c b/src/util/Network.c
index 1e14cd9f..3cf3ed51 100644
--- a/src/util/Network.c
+++ b/src/util/Network.c
@@ -24,7 +24,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_Network_c)
+CCTK_FILEVERSION(util_Network_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/util/ParseFile.c b/src/util/ParseFile.c
index 79c92267..9606075f 100644
--- a/src/util/ParseFile.c
+++ b/src/util/ParseFile.c
@@ -26,7 +26,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_ParseFile_c)
+CCTK_FILEVERSION(util_ParseFile_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/util/RegisterKeyedFunction.c b/src/util/RegisterKeyedFunction.c
index f7e39d7b..d2f088be 100644
--- a/src/util/RegisterKeyedFunction.c
+++ b/src/util/RegisterKeyedFunction.c
@@ -13,7 +13,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_RegisterKeyedFunction_c)
+CCTK_FILEVERSION(util_RegisterKeyedFunction_c);
/*@@
@routine RegisterKeyedFunction
diff --git a/src/util/SKBinTree.c b/src/util/SKBinTree.c
index 70f95c8b..44d9f718 100644
--- a/src/util/SKBinTree.c
+++ b/src/util/SKBinTree.c
@@ -23,7 +23,7 @@ int STR_cmpi(const char *string1, const char *string2);
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_SKBinTree_c)
+CCTK_FILEVERSION(util_SKBinTree_c);
/*@@
@routine SKTreeStoreData
diff --git a/src/util/StoreHandledData.c b/src/util/StoreHandledData.c
index 02645c1a..b21b4d0a 100644
--- a/src/util/StoreHandledData.c
+++ b/src/util/StoreHandledData.c
@@ -16,7 +16,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(util_StoreHandledData_c)
+CCTK_FILEVERSION(util_StoreHandledData_c);
/* Purely internal definitions. */
diff --git a/src/util/StoreKeyedData.c b/src/util/StoreKeyedData.c
index cc6eda6a..3cad921f 100644
--- a/src/util/StoreKeyedData.c
+++ b/src/util/StoreKeyedData.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_StoreKeyedData_c)
+CCTK_FILEVERSION(util_StoreKeyedData_c);
/*@@
@routine StoreKeyedData
diff --git a/src/util/StoreNamedData.c b/src/util/StoreNamedData.c
index 39d33ac6..d6c310c7 100644
--- a/src/util/StoreNamedData.c
+++ b/src/util/StoreNamedData.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_StoreNamedData_c)
+CCTK_FILEVERSION(util_StoreNamedData_c);
/*@@
diff --git a/src/util/String.c b/src/util/String.c
index 8b2f46c5..e9fce816 100644
--- a/src/util/String.c
+++ b/src/util/String.c
@@ -19,7 +19,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_String_c)
+CCTK_FILEVERSION(util_String_c);
/********************************************************************
********************* Local Data Types ***********************
diff --git a/src/util/StringList.c b/src/util/StringList.c
index 7ab88994..13d4df87 100644
--- a/src/util/StringList.c
+++ b/src/util/StringList.c
@@ -20,7 +20,7 @@
static const char *rcsid = "$Header$";
#ifndef TEST_STRINGLIST
-CCTK_FILEVERSION(util_StringList_c)
+CCTK_FILEVERSION(util_StringList_c);
#endif
/********************************************************************
diff --git a/src/util/Table.c b/src/util/Table.c
index 9f32c692..d6537ac3 100644
--- a/src/util/Table.c
+++ b/src/util/Table.c
@@ -137,7 +137,7 @@ typedef int bool;
#ifndef UTIL_TABLE_TEST
static const char *rcsid = "$Header$";
- CCTK_FILEVERSION(util_Table_c)
+ CCTK_FILEVERSION(util_Table_c);
#endif
/******************************************************************************/
diff --git a/src/util/Time.c b/src/util/Time.c
index f094e563..b902622f 100644
--- a/src/util/Time.c
+++ b/src/util/Time.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(util_Time_c)
+CCTK_FILEVERSION(util_Time_c);
/********************************************************************