avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] BUGS in boot.h


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] BUGS in boot.h
Date: Mon, 29 Aug 2005 16:25:44 +0200
User-agent: Mutt/1.4.2.1i

As Ludek Stepan wrote:

> So here is the promised patch, I dont know whether it is ok to attach
> a file to the mail list

It's basically OK, but it was more important that you attached it to the
bugtracker item.  Thanks for doing so!

> Also I cant understand do() { .... } while(0) directives very well...

They make a macro evaluate almost as if it were a function, most notably
you can use it inside an

if (foo)
  yourmacrothatlookslikeafunc();
else
  somethingelse();

statement.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]