ts-7000
[Top] [All Lists]

Re: [ts-7000] problems in header files?????

To: <>
Subject: Re: [ts-7000] problems in header files?????
From: "Charlie Wallace" <>
Date: Sun, 1 Feb 2009 23:45:34 -0800
\ means contine the current line one the next, removing it will break it, 
check there is no whitespace after the \ some compilers are fussy, but it 
ought to work, its fairly standard language feature.

it basically means treat the line like this, since #define has to be one 
contiguous line, which is what you'd have to do if you removed the \

#define local_bh_disable()  do { add_preempt_count(SOFTIRQ_OFFSET); 
barrier(); }  while (0)

you might have had had some cr/lf <> lf translation problems, i've seen that 
cause problems too, but otherwise i'm not sure why its not working.





<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU