[TxMt] C++ parser problem?
Niels
noggin at mac.com
Fri Feb 3 23:58:49 UTC 2006
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.
More information about the textmate
mailing list