On Mon, Dec 31, 2001 at 07:11:22PM -0600, Michael Harvey wrote:
> O.k I found a snippet for HEdit and I have done everything it asked me
> to but I get this erroe
> 
> [EMAIL PROTECTED] src]$ gcc -c -Wall -O -g  act_comm.c
> In file included from act_comm.c:38:
> merc.h:2462: redefinition of `struct help_data'
> merc.h:2467: parse error before `+'
> merc.h:2467: warning: no semicolon at end of struct or union
> make: *** [act_comm.o] Error 1
> 
> Now I added everything at the end of the file due to the fact the
> writter did not say where in the file to put them nor did I know
> myself.. ::: shrugs :::
> 
> here is the file
> --- run_olc_editor ---
> 
>     case ED_MPCODE:
>         mpedit( d->character, d->incomm );
>         break;
> +    case ED_HELP:
> +        hedit( d->character, d->incomm );
> +        break;
>     default:
>       return FALSE;
> 

The +'s there mean something like "add everything following from
here until the end of this line on this place in the code".

<flame>
I'm not impressed by the fact that you took everything as is without
realizing what it is what you changed and that you're wondering
why certain things don't make sense in your code without realizing
that what is wrong is a USER error.
</flame>

Edwin

-- 
Edwin Groothuis   |              Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED] |           Interested in MUDs? Visit Fatal Dimensions:
------------------+                       http://www.FatalDimensions.org/

Reply via email to