summaryrefslogtreecommitdiff
path: root/lib/make/acconfig.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-22 17:16:06 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-22 17:16:06 +0000
commitffa24c2b1ddabae95b9b1eb77a86a588b1252be4 (patch)
tree0a34573dac0c1b09cb354e10a0db196d05b1689c /lib/make/acconfig.h
parent3fff475f9158da8730448d37b5947ac0738aead9 (diff)
Added determination of the size of a pointer.
Now have #define POINTER integer*SIZEOF_CHAR_P and #define CCTK_STRING POINTER in config.h . Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@112 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/acconfig.h')
-rw-r--r--lib/make/acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/acconfig.h b/lib/make/acconfig.h
index 8fdcc192..25af63b7 100644
--- a/lib/make/acconfig.h
+++ b/lib/make/acconfig.h
@@ -8,4 +8,8 @@
#error "Unable to find a 4 byte integer type. "
#endif
+#define POINTER integer*SIZEOF_CHAR_P
+
+#define CCTK_STRING POINTER
+
#define Double double