From: Enrico Scholz Date: Thu, 19 Aug 2004 13:53:54 +0000 (+0000) Subject: minor optimizations X-Git-Tag: IPSENTINEL_VERSION_0_11~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade12898e223eed20b1021c3b13669bcd634f3e6;p=util-vserver.git minor optimizations git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1647 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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)