Hi

Szakáts Viktor wrote:
> 
> So the question is:
> - #if defined( HELLO ) .AND. HELLO > 100
> vs.
> - #if HELLO > 100
> 
> I tend to vote for the latter. Easier to write,
> especially that ".AND." in a #define (which many
> ppl will write as '&&' by mistake) can be avoided
> this way.
> 
> Opinions from others?
> 

> #if HELLO > 100

+1

Regards
Pritpal Bedi

-- 
View this message in context: 
http://www.nabble.com/2008-11-07-00%3A36-UTC%2B0100-Przemyslaw-Czerpak-%28druzus-at-priv.onet.pl%29-tp20372027p20412173.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to