Tweaks for the Macintosh.

This commit is contained in:
rsc 2004-03-02 16:58:49 +00:00
parent 6e2cec77b2
commit 53dbac9485
5 changed files with 87 additions and 9 deletions

View file

@ -10,7 +10,6 @@ NUM=\
# Could add errfmt, but we want to pick it up from lib9 instead.
FMTOFILES=\
dofmt.$O\
errfmt.$O\
fltfmt.$O\
fmt.$O\
fmtfd.$O\

View file

@ -1,9 +1,9 @@
#include <u.h>
#include <libc.h>
int (*doquote)(int);
/* in libfmt */
extern int (*doquote)(int);
extern int __needsquotes(char*, int*);
extern int __runeneedsquotes(Rune*, int*);