diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fault.c | 2 | ||||
-rw-r--r-- | src/loadext.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/fault.c b/src/fault.c index cded2351d..f96a3fe85 100644 --- a/src/fault.c +++ b/src/fault.c @@ -25,6 +25,8 @@ ** from production builds. But safety-critical systems who work ** under the motto "fly what you test and test what you fly" may ** choose to leave the fault injector enabled even in production. +** +** $Id: fault.c,v 1.6 2008/05/15 19:43:53 drh Exp $ */ #include "sqliteInt.h" diff --git a/src/loadext.c b/src/loadext.c index 8f1a864ea..3ad0ab167 100644 --- a/src/loadext.c +++ b/src/loadext.c @@ -11,6 +11,8 @@ ************************************************************************* ** This file contains code used to dynamically load extensions into ** the SQLite library. +** +** $Id: loadext.c,v 1.47 2008/05/15 19:43:53 drh Exp $ */ #ifndef SQLITE_CORE |