On Sun, Feb 24, 2002 at 09:45:37PM -0700, Mallek wrote: > I tried to use your do_commands i get > > > gcc -c -Wall -O -ggdb interp.c > interp.c: In function `do_commands': > interp.c:932: warning: implicit declaration of function `new_buf' > interp.c:932: warning: assignment makes pointer from integer without a cast > interp.c:933: warning: implicit declaration of function `add_buf' > interp.c:962: warning: implicit declaration of function `buf_string' > interp.c:962: warning: passing arg 1 of `page_to_char' makes pointer from > integer without a cast
Grep for new_buf in *.h and you know what you have forgotten. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/

