summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-12 13:34:13 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-12 13:34:13 +0000
commit0c19fc1411c01e5c7399d3c9e2db7fe7f58df053 (patch)
tree2d4362f9c7b5730b6aea48c8fa4e3649cec9582e
parent87f82ebef390c59995c44af48678bc2999fa4dfd (diff)
Declare CCTK_PointerTo() with return type of CCTK_POINTER.
This closes PR Cactus/1334. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3043 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/cctk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 0fee59d8..69ae3bae 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -71,7 +71,7 @@
#define DECLARE_CCTK_FUNCTIONS &&\
integer CCTK_Equals, CCTK_MyProc, CCTK_nProcs, CCTK_IsThornActive&&\
external CCTK_Equals, CCTK_MyProc, CCTK_nProcs, CCTK_IsThornActive&&\
- integer CCTK_PointerTo&&\
+ CCTK_POINTER CCTK_PointerTo&&\
external CCTK_PointerTo