summaryrefslogtreecommitdiff
path: root/src/include/cctk_Cache.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-23 21:41:53 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-23 21:41:53 +0000
commitae8ca1b1a2c77d5ad6e204060cddfc0d34eb96c0 (patch)
tree90fa7413739e7f44f1295d18501600ec1e45564d /src/include/cctk_Cache.h
parent3455d6f2e5083a3a8a163d8a7ed385e46d5db91d (diff)
Renamed parameter 'index' in some routines.
This fixes gcc warnings about hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/flesh/trunk@1899 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Cache.h')
-rw-r--r--src/include/cctk_Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Cache.h b/src/include/cctk_Cache.h
index b099443d..2c87dc2a 100644
--- a/src/include/cctk_Cache.h
+++ b/src/include/cctk_Cache.h
@@ -16,7 +16,7 @@ extern "C"
{
#endif
-void *Util_CacheMalloc(unsigned index,
+void *Util_CacheMalloc(unsigned _index,
unsigned long size,
void **realstart);