From tradke at aei.mpg.de Wed Oct 22 12:04:04 2008 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Wed, 22 Oct 2008 17:04:04 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/lib/sbin cpp.pl" Message-ID: <20081022170404.890BB8180@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/lib/sbin In directory asylum.cct.lsu.edu:/tmp/cvs-serv4079 Modified Files: cpp.pl Log Message: Also preprocess files included via '#include ' (as opposed to '#include "header.h"). This type of file inclusion is occasionally used throughout Carpet to include Cactus header files. The Cactus preprocessor had a problem with that (see thread http://www.cactuscode.org/old/pipermail/developers/2008-October/005633.html) which should be fixed by this patch. From tradke at aei.mpg.de Thu Oct 23 12:30:55 2008 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Thu, 23 Oct 2008 17:30:55 +0000 Subject: [Flesh-cvs] DEVELOPMENT CVS "Cactus/src/IO IOMethods.c" Message-ID: <20081023173055.73C758180@asylum.cct.lsu.edu> Update of /cactusdevcvs/Cactus/src/IO In directory asylum.cct.lsu.edu:/tmp/cvs-serv24665/src/IO Modified Files: IOMethods.c Log Message: added missing include file "util_String.h"