Differences From Artifact [14c264e354]:
- File src/sqlite3.h — part of check-in [77e36ef611] at 2012-03-16 00:49:49 on branch trunk — Pull in the latest version 3.7.11-alpha of SQLite. (user: drh size: 335033) [more...]
To Artifact [537f953030]:
- File src/sqlite3.h — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 335075)
︙ | ︙ | |||
6993 6994 6995 6996 6997 6998 6999 | #ifdef __cplusplus } /* end of the 'extern "C"' block */ #endif #endif /* ifndef _SQLITE3RTREE_H_ */ | > > > > > | 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 | #ifdef __cplusplus } /* end of the 'extern "C"' block */ #endif #endif /* ifndef _SQLITE3RTREE_H_ */ /* * vim:ts=2:sts=2:et:sw=2:ft=c */ |