]> git.ozlabs.org Git - ccan/commit
tal: add typenames by default.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 18 Nov 2012 03:37:36 +0000 (14:07 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 18 Nov 2012 04:29:01 +0000 (14:59 +1030)
commitda9f271b74088191908e69f01acfbe05c390a87f
treed8901305ce7693357927210b6ef9bdf24f4032c8
parent5bdda8409e559d1b3485639ed43d3b69e4c3fa62
tal: add typenames by default.

The really size-conscious can override them, but it's great for
debugging to have names on the nodes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/tal/_info
ccan/tal/tal.c
ccan/tal/tal.h
ccan/tal/test/run-named-debug.c [new file with mode: 0644]
ccan/tal/test/run-named-nolabels.c [new file with mode: 0644]
ccan/tal/test/run-named.c