1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Remove all vestiges of ctype.h from FTS3.

FossilOrigin-Name: b8b465ed2c56b23b50334680a2a940885b1ac530
This commit is contained in:
drh
2010-08-06 19:00:12 +00:00
parent cb79e5137c
commit c78db070a3
7 changed files with 28 additions and 20 deletions

View File

@ -32,7 +32,6 @@
#include "fts3Int.h"
#include <assert.h>
#include <ctype.h>
#include <string.h>
/*