On 04/04/2008, Knud Soerensen <4tuu4k002 at sneakemail.com> wrote:
<snip>
Nice. But to avoid accruing an infinite number of keywords, the syntax
needs to be slightly changed. Instead of
int func(param p1) KilroyWasHere
{
...
}
use
int func(param p1) attribute(KilroyWasHere)
{
...
}