MOO-cows Mailing List Archive

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

Re: [make] error compiling for 1.8.0



Kai Storbeck writes:
> db_io.c: In function `dbio_scanf':
> db_io.c:58: `va_list' undeclared (first use this function)

This is the bug reported by Marc a few messages ago.  Add this line to the top
of db_io.c:

	#include "my-stdarg.h"


References:

Home | Subject Index | Thread Index