X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=449512550c035c40e8158318b720fb6fb890fc3c;hb=11e4a54f54b4f1f39eeabc390ae51b93b7f08e36;hp=a7612c7a4022043f76c40e929dbc362fddc1ef58;hpb=023f704e8089f64bd7a77bb7f95b8ea5355fe640;p=ccan diff --git a/tools/tools.h b/tools/tools.h index a7612c7a..44951255 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -2,6 +2,10 @@ #define CCAN_TOOLS_H #include +#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. */