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

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

Re: [avr-gcc-list] buggy variable naming with underscores


From: Parthasaradhi Nayani
Subject: Re: [avr-gcc-list] buggy variable naming with underscores
Date: Mon, 14 Mar 2005 05:11:37 -0800 (PST)

--- Jamie Morken <address@hidden> wrote:

> "volatile u08 motor_direction;"
> 
> So I changed it to this name:
> 
> "volatile u08 motorDirection;"
> 
> and it works now. 

I just can not understand how the compiler
differentiates between variables with and without
underscores!!!!!!!!!

The under score is not a token to be parsed by the
compiler.

Nayani




                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more. 
http://info.mail.yahoo.com/mail_250




reply via email to

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