summaryrefslogtreecommitdiff
path: root/lib/make/force-rebuild
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-24 15:44:51 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-24 15:44:51 +0000
commit74751ddbe297eeeb6ddcb196f715f3e659dd1e51 (patch)
tree660ec5e15d11430708b9422a0f99967203b4d695 /lib/make/force-rebuild
parent32b903fa7a613decea0fae34bfbde5b9ae464593 (diff)
Changed CCTK_DECLARE_ARGUMENTS and CCTK_DECLARE_PARAMETERS macros so that
local variables/parameters are now used in their declarations block without requiring separate USE_CCTK_* macros). This closes PR Cactus/1657: CST doesn't ignore braces "{" instring literals. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3677 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/force-rebuild')
-rw-r--r--lib/make/force-rebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/make/force-rebuild b/lib/make/force-rebuild
index e89f64f1..198a8ff0 100644
--- a/lib/make/force-rebuild
+++ b/lib/make/force-rebuild
@@ -5,7 +5,7 @@
# @desc
# Timestamp file for forcing rebuilds of configurations
# @enddesc
-# @version $Id: force-rebuild,v 1.12 2004-04-01 09:03:38 schnetter Exp $
+# @version $Id: force-rebuild,v 1.13 2004-04-24 15:44:50 tradke Exp $
# @@*/
6 March 2003: minor changes to CreateFunctionBindings.pl
@@ -23,3 +23,6 @@
19 Januar 2004: Compile Cactus and CactusBindings first so that other thorns
can access Fortran modules therein
01 April 2004: Re-enable the consistency check for inheriting
+23 April 2004: Changed DECLARE_CCTK_* macros to use declared
+ parameters/variables in place (without requiring separate
+ USE_CCTK_* macros)