On 01/12/2010 09:16 AM, Jakub Jelinek wrote:
> Yes, the tokens are separated by whitespace, so it is sufficient if they are
> again separated by whitespace after preprocessing. See
> http://gcc.gnu.org/PR41445 for details why this changed, in short
> without the change the tokens have incorrect lo
On Tue, Jan 12, 2010 at 08:06:27AM +, Terry Barnaby wrote:
> I am trying to build OpenFOAM on F12 and have a problem with cpp.
> In OpenFOAM cpp is used to pre-process Makefiles to create the build
> environment (yuck). Some of the files contain backslash-newline
> sequences for line continuati
I am trying to build OpenFOAM on F12 and have a problem with cpp.
In OpenFOAM cpp is used to pre-process Makefiles to create the build
environment (yuck). Some of the files contain backslash-newline
sequences for line continuations. F12's cpp seems to remove the
backslash but leave the newline in p