~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to src/test_wsd.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
** The code in this file contains sample implementations of the 
14
14
** sqlite3_wsd_init() and sqlite3_wsd_find() functions required if the
15
15
** SQLITE_OMIT_WSD symbol is defined at build time.
16
 
**
17
 
** $Id: test_wsd.c,v 1.4 2009/03/23 04:33:33 danielk1977 Exp $
18
16
*/
19
17
 
20
18
#if defined(SQLITE_OMIT_WSD) && defined(SQLITE_TEST)