summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-27 16:05:13 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-27 16:05:13 +0000
commit81caa29981f99245ea56aeca2df4d740ad865580 (patch)
treef697b25b9548dedd5693a1eb18acd22ddd146d8d /src/include/cctk.h
parent60b1dbe3cb7b420e19bcccfaa74b563751cf0478 (diff)
This is basically a no-op commit to correct the previous commit message:
> Changed the way how parameters are used within the USE_CCTK macros: > now it's done by "(void) (parameter = 0);" which is better than > assigning the address of it to some dummy pointer. should read as > Changed the way how parameters are used within the USE_CCTK macros: > now it's done by "(void) (parameter + 0);" which is better than > assigning the address of it to some dummy pointer. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2678 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-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 e8584814..ec0cd055 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -10,7 +10,7 @@
@@*/
#ifndef _CCTK_H_
-#define _CCTK_H_
+#define _CCTK_H_ 1
/* Grab the main configuration info. */
#include "cctk_Config.h"