blob: 69a64741d1deb301dd7188527775670f0f1f2c9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2003/04/20 19:47:21 mjl Exp $
--- dbdimp.h.orig Tue Mar 25 23:17:00 2003
+++ dbdimp.h Sun Apr 20 21:39:17 2003
@@ -28,6 +28,7 @@
#ifdef SvUTF8_off
int pg_enable_utf8; /* should we attempt to make utf8 strings? */
#endif
+ int need_begin; /* need a begin */
};
/* Define sth implementor data structure */
|