summaryrefslogtreecommitdiff
path: root/compiler/symconst.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-09-10 19:06:57 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-09-10 19:06:57 +0000
commit7a0675e6de018dcf839eccfae7d8c1326173c5c0 (patch)
tree18f6e098e3841ea2ac2e300dc7e5ba497042acb7 /compiler/symconst.pas
parent781c662ddcebe3384afdc713f941ee960100892e (diff)
downloadfpc-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.pas2
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,