This commit is contained in:
rsc 2006-04-21 04:26:02 +00:00
parent 4e3a81b98b
commit d9ed72433f
3 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,8 @@
#include <thread.h> #include <thread.h>
#include <errno.h> #include <errno.h>
#define err err9pserve /* Darwin x86 */
enum enum
{ {
STACK = 32768, STACK = 32768,

View file

@ -1,5 +1,6 @@
#include <cursor.h> #include <cursor.h>
#undef isspace #undef isspace
#define isspace proofisspace
#define NPAGES 500 #define NPAGES 500
#define NFONT 33 #define NFONT 33
#define NSIZE 40 #define NSIZE 40

View file

@ -6,6 +6,9 @@
#undef waitfor #undef waitfor
#define waitfor samwaitfor #define waitfor samwaitfor
#undef warn
#define warn samwarn
/* /*
* BLOCKSIZE is relatively small to keep memory consumption down. * BLOCKSIZE is relatively small to keep memory consumption down.
*/ */