Re: cpp and backslashes

2010-01-12 Thread Terry Barnaby
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

Re: cpp and backslashes

2010-01-12 Thread Jakub Jelinek
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

cpp and backslashes

2010-01-12 Thread Terry Barnaby
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