]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Make diag() go to stdout: everything else does.
[ccan] / tools / tools.h
index a7612c7a4022043f76c40e929dbc362fddc1ef58..449512550c035c40e8158318b720fb6fb890fc3c 100644 (file)
@@ -2,6 +2,10 @@
 #define CCAN_TOOLS_H
 #include <stdbool.h>
 
+#define IDENT_CHARS    "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
+                       "abcdefghijklmnopqrstuvwxyz" \
+                       "01234567889_"
+
 #define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I."
 
 /* This actually compiles and runs the _info.c file to get dependencies. */