Re: [code][newbie] races.c

From: Mike Carpenter (abram@DELTANET.COM)
Date: 10/31/97


Hmm, before I added in races.c i didnt have this compiling problem
before...and I found in my source
a typedef char  byte in structs.h
so im kinda confused?
abram

----------
> On Thu, 30 Oct 1997, Mike Carpenter wrote:
>
> >I implemented this little snippet from the CircleMud Resources and I get
> >this error, can anyone help me out what does this mean?  I can't seem to
> >find the error.  I just copied all the errors, there are 57 errors
mostly
> >the same...  Abram
> >
> >
> >races.c
> >C:\Windows\Desktop\circ\circle30bpl11\src\structs.h(487) : error C2061:
> >syntax error : identifier 'byte'
>
> All your problems stem from this one.  Look up typedef in structs.h and
> make up a new one for byte (probably using a char or int as the base)  Or
> just change every instance of byte to int...there are a number of ways to
> fix this that hinge on making the phrase 'byte' valid.
>


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST