aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-05-13 17:41:56 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-05-13 17:41:56 +0000
commit3ef8d948d361cc77759e560a5d231ffeececfcf9 (patch)
tree13b756b4598e209e052cfb3a6d90f08fd7efef32
parent185eb785089738d93053d2f443aea4b38c85fd31 (diff)
Declare PUGH_SyncGArrayGroup() to be a static function like its declaration
before did. This fixes a compiler warning. VS: ---------------------------------------------------------------------- git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@383 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/Comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Comm.c b/src/Comm.c
index 76018fd..e23c515 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -332,7 +332,7 @@ int PUGH_DisableGArrayComm(pGA *GA)
return code of @seeroutine PUGH_Sync
@endreturndesc
@@*/
-int PUGH_SyncGArrayGroup(pGH *pughGH, int first_var)
+static int PUGH_SyncGArrayGroup(pGH *pughGH, int first_var)
{
pGA *firstGA;