diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-09-10 19:06:57 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-09-10 19:06:57 +0000 |
commit | 7a0675e6de018dcf839eccfae7d8c1326173c5c0 (patch) | |
tree | 18f6e098e3841ea2ac2e300dc7e5ba497042acb7 /compiler/symconst.pas | |
parent | 781c662ddcebe3384afdc713f941ee960100892e (diff) | |
download | fpc-unicodestring.tar.gz |
* fixed unicodestring <-> variant handlingunicodestring
* fixed unicodestring property reading
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/unicodestring@11737 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/symconst.pas')
-rw-r--r-- | compiler/symconst.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/symconst.pas b/compiler/symconst.pas index d04bd25da9..12c1a911df 100644 --- a/compiler/symconst.pas +++ b/compiler/symconst.pas @@ -448,7 +448,7 @@ type tvariantequaltype = ( tve_incompatible, tve_chari64, - tve_unicodestring, + tve_ustring, tve_wstring, tve_astring, tve_sstring, |