CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Function definition different from previous definition (?)

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Guest








Function definition different from previous definition (?)
PostPosted: Thu Jan 22, 2004 12:55 pm     Reply with quote

I've get this error over a bunch of definitions (#byte, variables). I do a project search but just one definition appear so there's no really previous definition.

I suppose it must be some stupid issue but this is driving me nuts.

Any ideas?

Regards.
bgpartri



Joined: 12 Dec 2003
Posts: 6
Location: Vancouver, Canada

View user's profile Send private message Visit poster's website

PostPosted: Thu Jan 22, 2004 1:15 pm     Reply with quote

Just in case you haven't already figured this out, you might be missing a semicolon after a prototype declaration.

int foo()

// The error will be on the next line
byte billy_bob;
Guest








PostPosted: Thu Jan 22, 2004 1:19 pm     Reply with quote

here you've got it

void disp_decbyte(BYTE b): ///

I should have know it, this is not the first time, nor will be the last.

Sorry for the little "drama".

Thx bgparti.

n.p. Set Fire To Flames - Telegraphs in Negative / Mouths trapped in static
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group