mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 06:05:33 -06:00
.Core: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4228 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8555abefe2
commit
2574678c16
1 changed files with 0 additions and 8 deletions
|
|
@ -102,8 +102,6 @@ String Sprintf(const char *fmt, ...);
|
||||||
|
|
||||||
//$-
|
//$-
|
||||||
|
|
||||||
#if 1
|
|
||||||
|
|
||||||
#define E__NFValue(I) const Value& COMBINE(p, I)
|
#define E__NFValue(I) const Value& COMBINE(p, I)
|
||||||
#define E__NFBody(I) \
|
#define E__NFBody(I) \
|
||||||
String Format(const char *fmt, __List##I(E__NFValue)); \
|
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(const char *s, const Vector<Value>& v);
|
||||||
String Format(int language, 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);
|
String DeFormat(const char *text);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue