It seems TextMate fails to notice a c++ function definition if I write it like this:
static void foo( void * a, void * b, void * x ) { }
but all on one line works fine:
static void foo( void * a, void * b, void * c ) { }
Has anyone else noticed this? Is there a way for me to fix this myself or should I wait for an update?
Thank you.
.niels
niels gabel
firewire cpu software apple computer, inc.