On Sep 30, 2009, at 5:29 AM, Schrum, Allan wrote:

> At the bottom of mutex.h there is an:
>
> #ifdef SQLITE_MUTEX_OMIT
> ...
> #endif /* defined(SQLITE_OMIT_MUTEX)
>
> Either the comments or the define should be changed. This occurs in  
> mutex.c as well.
>
> The pattern for all other "OMIT" definitions is SQLITE_OMIT_% so it  
> would be nice if this one could be changed to stay consistent with  
> the rest.

This one is supposed to be consistent with SQLITE_MUTEX_NOOP,
SQLITE_MUTEX_PTHREADS and so on. Can fix the comments though.

Dan.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to