X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstringmap%2Fstringmap.c;h=364e2a4881519b2d2af1f89dd3dedb6dd08d8ceb;hp=b3ca57afe1b8a892d67d62743f804b591209bb30;hb=1dcd3ad51bbeb4ba8048b08d62278df8e428031a;hpb=f83c45bf4ccd00d81498c30cf7455a9813cf104b diff --git a/ccan/stringmap/stringmap.c b/ccan/stringmap/stringmap.c index b3ca57af..364e2a48 100644 --- a/ccan/stringmap/stringmap.c +++ b/ccan/stringmap/stringmap.c @@ -29,7 +29,7 @@ /* This is a heavily modified version of the Patricia tree implementation in PCC at http://pcc.zentus.com/cgi-bin/cvsweb.cgi/cc/cpp/cpp.c?rev=1.96 */ -#include "stringmap.h" +#include //#define CONSISTENCY_CHECK