summaryrefslogtreecommitdiff
path: root/src/include/cctk_Types.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-31 10:03:14 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-31 10:03:14 +0000
commitd0bd77905c084487b5b4271331e42a882eb97275 (patch)
tree3752b8d29735d73b3a5bc1285a6475dfbabd0f02 /src/include/cctk_Types.h
parent980986862e15042152b013fe7a9a33b9f7b167f7 (diff)
Define the type CCTK_FPOINTER also in Fortran.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3625 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Types.h')
-rw-r--r--src/include/cctk_Types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cctk_Types.h b/src/include/cctk_Types.h
index 8536c484..cdcee463 100644
--- a/src/include/cctk_Types.h
+++ b/src/include/cctk_Types.h
@@ -66,6 +66,8 @@ typedef unsigned char CCTK_BYTE;
#define CCTK_POINTER integer*SIZEOF_CHAR_P
#define CCTK_POINTER_TO_CONST integer*SIZEOF_CHAR_P
+/* TODO: add autoconf for determining the size of function pointers */
+#define CCTK_FPOINTER integer*SIZEOF_CHAR_P
#define CCTK_STRING CCTK_POINTER