MOO-cows Mailing List Archive

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

Re: Bugs? Bugs? Whats those?



> db_io.c needs my_stdarg.h added to its include list...

Right: testers, please add this line at the beginning of that file:

	#include "my-stdarg.h"

> Uh, how did it -ever- compile?

By coincidence.  On SunOS 4.1.3, they don't declare vfprintf(), so my-stdio.h
has to declare it and that involves including my-stdarg.h.  Since db_io.c
includes my-stdio.h, it got my-stdarg.h through there.  Ain't C great?  :-/

	Pavel


References:

Home | Subject Index | Thread Index