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
|
|
@ -10,6 +10,9 @@
|
|||
extern void yyerror(char *);
|
||||
|
||||
extern char errbuf[200];
|
||||
|
||||
#undef sprintf /* Snow Leopard */
|
||||
|
||||
#define ERROR sprintf(errbuf,
|
||||
#define FATAL ), yyerror(errbuf), exit(1)
|
||||
#define WARNING ), yyerror(errbuf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue