INSTALL: fix build on Snow Leopard
http://codereview.appspot.com/116073
This commit is contained in:
parent
a673ea2203
commit
fa662c9571
10 changed files with 30 additions and 4 deletions
|
|
@ -68,6 +68,8 @@ typedef struct Tbuf Tbuf;
|
|||
#define oputs(a) OUT "%s", a PUT
|
||||
#define oput(c) ( *obufp++ = (c), obufp > obuf+BUFSIZ ? flusho() : 1 )
|
||||
|
||||
#undef sprintf /* Snow Leopard */
|
||||
|
||||
extern char errbuf[];
|
||||
#define ERROR sprintf(errbuf,
|
||||
#define WARN ), errprint()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue