]> git.ozlabs.org Git - ccan/blobdiff - tools/namespacize.c
Add --function= arg to doc_extract so we can use it on normal ccan C
[ccan] / tools / namespacize.c
index cbee678c3ecf0d03ff02c59cd7b037778aab0989..f5dced5dd7201b184a979c3c48a2ecc7f22c2bf2 100644 (file)
 #include "ccan/talloc/talloc.h"
 #include "tools.h"
 
-#define IDENT_CHARS    "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
-                       "abcdefghijklmnopqrstuvwxyz" \
-                       "01234567889_"
-
 static bool verbose = false;
 static int indent = 0;
 #define verbose(args...)                                               \