X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=84b1fb8abe277a797517636593eafc601659b1a8;hp=a7612c7a4022043f76c40e929dbc362fddc1ef58;hb=c80910455a974389d23f59e841e916427473c99e;hpb=023f704e8089f64bd7a77bb7f95b8ea5355fe640 diff --git a/tools/tools.h b/tools/tools.h index a7612c7a..84b1fb8a 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -2,6 +2,12 @@ #define CCAN_TOOLS_H #include +#define IDENT_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ + "abcdefghijklmnopqrstuvwxyz" \ + "01234567889_" + +#define SPACE_CHARS " \f\n\r\t\v" + #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. */