X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fensc_fmt%2Ffmt-internal.h;h=9ab683939c5c889f46f33595f282f1a2e2ddddc7;hb=faa778968d1a7dfeaebc9fe4b847e691dc62fd15;hp=f12f2857704792ae59061c347daf430bb454eed3;hpb=db7b358e8d7106972b552a8eb795d83cd3670971;p=util-vserver.git diff --git a/util-vserver/ensc_fmt/fmt-internal.h b/util-vserver/ensc_fmt/fmt-internal.h index f12f285..9ab6839 100644 --- a/util-vserver/ensc_fmt/fmt-internal.h +++ b/util-vserver/ensc_fmt/fmt-internal.h @@ -19,7 +19,7 @@ #ifndef H_UTIL_VSERVER_LIB_FMT_COMMON_H #define H_UTIL_VSERVER_LIB_FMT_COMMON_H -static char const DIGITS[] = "0123456789abcdefghijklmnopqrstuvwxyz"; +#define DIGITS "0123456789abcdefghijklmnopqrstuvwxyz" #define FMT_P__(X,Y) X ## Y #define FMT_P_(X,Y) FMT_P__(X,Y)