1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Minor changes to avoid warnings on some compilers. (CVS 2267)

FossilOrigin-Name: 4daf1d1f9d4d32397d785d660394c5579c296b1f
This commit is contained in:
danielk1977
2005-01-23 22:41:37 +00:00
parent f4d173ae14
commit 940fac9dc5
4 changed files with 12 additions and 12 deletions

View File

@ -2305,7 +2305,7 @@ to follow the previous rule.");
** macros. This routine looks for "%ifdef" and "%ifndef" and "%endif" and
** comments them out. Text in between is also commented out as appropriate.
*/
static preprocess_input(char *z){
static void preprocess_input(char *z){
int i, j, k, n;
int exclude = 0;
int start;