avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] question to Avr-gcc maintainers


From: harshit suri
Subject: [avr-gcc-list] question to Avr-gcc maintainers
Date: Sat, 5 Jun 2004 13:00:24 -0700 (PDT)

interrupt handler:
SIGNAL (SIGNAL_OUTPUT_COMPARE3A)
{
   blah;
} 
*compiler compiles and links without error and
warning*

qns: 

1) Why does the compiler at least not warn me that
SIGNAL_OUTPUT_COMPARE3A is not defined/declared?
Time is wasted in debugging a simple spelling mistake
Correct spelling is : SIG_OUTPUT_COMPARE3A
Why doesnt avr-gcc take care of this?

2)How did the compiler compile this successfully. i
have not even declared SIGNAL_OUTPUT_COMPARE3A ?


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]