mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@15893 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4723446ed9
commit
901023d9d0
1 changed files with 0 additions and 5 deletions
|
|
@ -2,11 +2,6 @@
|
|||
|
||||
using namespace Upp;
|
||||
|
||||
inline int CharFilterToUpperAscii(int c)
|
||||
{
|
||||
return ToUpper(ToAscii(c));
|
||||
}
|
||||
|
||||
int Sep(int c)
|
||||
{
|
||||
return c == ';' || c == ',' ? ';' : 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue