summaryrefslogtreecommitdiff
path: root/src/include/cctk_Malloc.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 22:25:26 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 22:25:26 +0000
commit3b0c307288f7dbf4c4449e8906f10823858b8f5c (patch)
tree200cf279f8b3f628b5bcbd4dc471a516d52107f9 /src/include/cctk_Malloc.h
parented14804072e1a5cfec16c37daebc3946fb45550a (diff)
Changing CCTK_STAGGER_H to CCTK_MALLOC_H
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1607 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Malloc.h')
-rw-r--r--src/include/cctk_Malloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/cctk_Malloc.h b/src/include/cctk_Malloc.h
index cc57c8f5..3422b14a 100644
--- a/src/include/cctk_Malloc.h
+++ b/src/include/cctk_Malloc.h
@@ -1,5 +1,5 @@
/*@@
- @header cctk_MemAlloc.h
+ @header cctk_Malloc.h
@date Thu Jan 20 2000
@author Gerd Lanfermann
@desc
@@ -8,8 +8,8 @@
@version $Header$
@@*/
-#ifndef _CCTK_STAGGER_H_
-#define _CCTK_STAGGER_H_
+#ifndef _CCTK_MALLOC_H_
+#define _CCTK_MALLOC_H_
#ifdef __cplusplus
extern "C" {