Merge remote-tracking branch 'origin/master' into flexible-build-script

This commit is contained in:
John Gallagher
2015-12-07 11:15:21 -05:00
7 changed files with 302 additions and 12 deletions

View File

@@ -92,3 +92,5 @@ pub fn code_to_str(code: c_int) -> &'static str {
_ => "Unknown error code",
}
}
pub const SQLITE_CONFIG_LOG : c_int = 16;