Print only mildly interesting messages to stderr.txt. (revert earlier carbon changes)

This commit is contained in:
Bradley Bell 2004-12-07 22:37:55 +00:00
parent 985d9d2ea9
commit 2e5783302d
2 changed files with 3 additions and 4 deletions

View file

@ -2,6 +2,9 @@
* 2d/font.c: Initialise the dataptr member correctly.
* include/mono.h: Print only mildly interesting messages to
stderr.txt. (revert earlier carbon changes)
2004-12-05 Chris Taylor <c.taylor@student.curtin.edu.au>
* include/physfsx.h: getRealPath uses the write directory if it

View file

@ -18,7 +18,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include <stdarg.h>
#include "console.h"
#ifndef macintosh
static inline void _do_mprintf(int n, char *fmt, ...)
{
char buffer[1024];
@ -32,9 +31,6 @@ static inline void _do_mprintf(int n, char *fmt, ...)
}
#define mprintf(args) _do_mprintf args
#else
#define mprintf(args) _mprintf args
#endif
#define minit()
#define mclose(n)