From ade12898e223eed20b1021c3b13669bcd634f3e6 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 19 Aug 2004 13:53:54 +0000 Subject: [PATCH] minor optimizations git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1647 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/ensc_fmt/fmt-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.1.5