1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-27 08:52:26 +03:00

Lemon collapses common destructors and reduce actions into a single case. (CVS 1837)

FossilOrigin-Name: 3c5aa850eeec5c75c5200a3707852cc5fc9e780b
This commit is contained in:
drh
2004-07-20 14:06:51 +00:00
parent 6d08b4d647
commit 0bb132bedc
5 changed files with 148 additions and 70 deletions

View File

@@ -61,7 +61,7 @@
*/
#include "os_common.h"
#if defined(THREADSAFE) && defined(__linux__)
#if defined(THREADSAFE) && THREADSAFE && defined(__linux__)
#define getpid pthread_self
#endif