Ticket #592: patch-zglobal.3.h

File patch-zglobal.3.h, 336 bytes (added by wmalik@…, 21 years ago)

Patch file

Line 
1--- src/zglobal.h.orig  Wed May 28 13:05:52 2003
2+++ src/zglobal.h       Wed May 28 13:06:01 2003
3@@ -392,7 +392,7 @@
4 #define vchar(x) putc(x,stderr)
5 #define vstring(x) fputs(x,stderr)
6 
7-#ifdef __GNUC__
8+#if defined(__GNUC__) && !defined(__APPLE__)
9 #if __GNUC__ > 1
10 #define vstringf(format,args...) fprintf(stderr,format, ##args)
11 #endif