|
From: | Dmitry K. |
Subject: | Re: [avr-libc-dev] [RFC] catching misspeeled signal names |
Date: | Thu, 22 Apr 2004 10:47:13 +1100 |
User-agent: | KMail/1.5 |
As 22 April 2004 05:28 Theodore A. Roth wrote: > Once again, I forgot to attach the patch in the previous reply. :-( All is excellent. Misprint is at the end of `avr-libc-misspeeled-sig-4.diff' (EMPTY_INTERRUPT was meant): -void signame (void) { __asm__ __volatile__ ("reti" ::); } +#ifdef __ASSEMBLER__ +# define INTERRUPT(signame) _SIGNAME_TMP(signame): reti Best regards.
[Prev in Thread] | Current Thread | [Next in Thread] |