.Core: cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@4228 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-12-02 09:25:16 +00:00
parent 8555abefe2
commit 2574678c16

View file

@ -102,8 +102,6 @@ String Sprintf(const char *fmt, ...);
//$-
#if 1
#define E__NFValue(I) const Value& COMBINE(p, I)
#define E__NFBody(I) \
String Format(const char *fmt, __List##I(E__NFValue)); \
@ -117,10 +115,4 @@ __Expand20(E__NFBody)
String Format(const char *s, const Vector<Value>& v);
String Format(int language, const char *s, const Vector<Value>& v);
#else
String Format(const char *fmt, ...);
#endif
String DeFormat(const char *text);