Ticket #592: patch-zglobal.2.h

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

unified patch file

Line 
1--- zglobal.h   Tue May 27 19:21:06 2003
2+++ zglobal.h.new       Tue May 27 19:21:22 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