summaryrefslogtreecommitdiff
path: root/lib/make/force-rebuild
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-03-30 19:56:42 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-03-30 19:56:42 +0000
commit5b71eb715b3bc47d41053b4948e7818377905d49 (patch)
tree53aca875fe06439a692223127efaae17a7c04da1 /lib/make/force-rebuild
parent23378e71d93792cf0e63682214147670c9c07370 (diff)
This patch makes the CST stage create prototypes for all scheduled
functions into a new file cctk_ScheduleFunctions.h, which is included into cctk.h. This is done only for C (and C++) since Fortran prototypes cannot be declared at file scope. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4695 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/force-rebuild')
-rw-r--r--lib/make/force-rebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/make/force-rebuild b/lib/make/force-rebuild
index e9aefea8..9c0475b5 100644
--- a/lib/make/force-rebuild
+++ b/lib/make/force-rebuild
@@ -34,3 +34,4 @@
21 Nov 2005: Change names of auto-generated capability header files
08 Apr 2008: Add IF clause to scheduler
23 Dec 2010: Rename cctki_Capabilities.h to cctk_Capabilities.h
+20 Jan 2011: Generate prototypes for scheduled functions