* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: indexing.h,v 1.75 2002/09/04 20:31:37 momjian Exp $
+ * $Id: indexing.h,v 1.76 2002/10/18 20:33:57 tgl Exp $
*
*-------------------------------------------------------------------------
*/
* These macros are just to keep the C compiler from spitting up on the
* upcoming commands for genbki.sh.
*/
-#define DECLARE_INDEX(x) extern int errno
-#define DECLARE_UNIQUE_INDEX(x) extern int errno
+#define DECLARE_INDEX(x) extern int no_such_variable
+#define DECLARE_UNIQUE_INDEX(x) extern int no_such_variable
#define BUILD_INDICES
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.61 2002/09/04 20:31:36 momjian Exp $
+ * $Id: postgres.h,v 1.62 2002/10/18 20:33:57 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#define BKI_WITHOUT_OIDS
/* these need to expand into some harmless, repeatable declaration */
-#define DATA(x) extern int errno
-#define DESCR(x) extern int errno
+#define DATA(x) extern int no_such_variable
+#define DESCR(x) extern int no_such_variable
#define BKI_BEGIN
#define BKI_END
#endif
#ifndef dTHR
-#ifdef WIN32
-#define dTHR extern int Perl___notused
-#else
-#define dTHR extern int errno
-#endif
+#define dTHR extern int no_such_variable
#endif
#ifndef boolSV