Login
Check-in [742aab5dae]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added a missing #undef.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 742aab5dae0594e8a4d81cf2588b44b37c7f94d9
User & Date: stephan 2014-11-01 16:18:39.794
Context
2014-11-01
16:19
minor clang build hack. check-in: e9fff9802e user: stephan tags: trunk
16:18
Added a missing #undef. check-in: 742aab5dae user: stephan tags: trunk
16:17
Documentation bugfix. check-in: 7aaa85974f user: stephan tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to src/fsl_vtbl_fossil_settings.c.
2470
2471
2472
2473
2474
2475
2476

2477
2478
2479
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480







+



  /* nRet =  */sqlite3_create_function ( db, "MATCH_OR_FAIL", 2, SQLITE_UTF8, 0, implMatchOrFail, 0, 0 );

  return SQLITE_OK;
}


#undef COUNTOF
#undef DOWNCASE
#undef bool
#undef false
#undef true