summaryrefslogtreecommitdiffstats
path: root/lib/ccan/wscript
Commit message (Collapse)AuthorAgeFilesLines
* ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPRRusty Russell2011-09-141-0/+3
| | | | | | | | | We weren't testing for this, and without it, typesafe_cb just casts its function argument. This is why I didn't get a warning when one of my patches amended a function incorrectly. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* lib: import ccan modules for tdb2Rusty Russell2011-06-201-0/+120
Imported from git://git.ozlabs.org/~ccan/ccan init-1161-g661d41f Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>