From de70f0ec86d22c36dac7dd4e69bdd0df29f49b31 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 30 Mar 2011 19:57:06 +0000 Subject: 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@4696 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/cctk.h') diff --git a/src/include/cctk.h b/src/include/cctk.h index bbdb5654..7d3327da 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -159,6 +159,9 @@ cctk_convfac,cctk_nghostzones,cctk_iteration,cctkGH #include "cctk_Termination.h" #include "cctk_WarnLevel.h" +/* Include prototypes for scheduled functions */ +#include "cctk_ScheduleFunctions.h" + /* Include definitions provided by capabilities */ #include "cctk_Capabilities.h" -- cgit v1.2.3