As Rick Mann wrote: > Thanks, Joerg. I tried using the whole thing the macro spits out, > > extern "C" void vector (void) __attribute__ ((signal,__INTR_ATTRS)) > __VA_ARGS__; > > But the compiler hated that.
Sure, because __VA_ARGS__ is some magic that only works inside a macro, and __INTR_ATTRS used to be a macro parameter you don't have within that context. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
