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
|
|
@ -18,6 +18,8 @@ extern int class[LAST][LAST];
|
|||
#define max(x,y) (((x) >= (y)) ? (x) : (y)) /* beware of side effects */
|
||||
#define min(x,y) (((x) <= (y)) ? (x) : (y))
|
||||
|
||||
#undef sprintf /* Snow Leopard */
|
||||
|
||||
extern char errbuf[200];
|
||||
extern char *cmdname;
|
||||
#define ERROR sprintf(errbuf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue