Remove inclusion of on SunOS; this does not work since we
authorTom Lane
Tue, 20 Feb 2001 00:28:07 +0000 (00:28 +0000)
committerTom Lane
Tue, 20 Feb 2001 00:28:07 +0000 (00:28 +0000)
use the ANSI varargs style () not the old style.  Tatsuo had
reported this change was necessary back in the 7.0 beta cycle (4/13/00)
but for some reason, making the edit never got done.

src/include/c.h

index 78001289c4d6477511622335c653573ec62ad49a..5756aefedc3e0b913d9e2d94232a9bda126130df 100644 (file)
@@ -12,7 +12,7 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.90 2001/02/10 02:31:28 tgl Exp $
+ * $Id: c.h,v 1.91 2001/02/20 00:28:07 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -584,7 +584,6 @@ typedef NameData *Name;
 
 #if defined(sun) && defined(__sparc__) && !defined(__SVR4)
 #include 
-#include 
 #endif
 
 /* These are for things that are one way on Unix and another on NT */