no "native strings" in Unicode mode anymore

This commit is contained in:
Antony Dovgal 2006-04-22 23:50:29 +00:00
parent 8a434f5df0
commit d254845aea

View File

@ -22,7 +22,7 @@ Class [ <user> class just_constants ] {
- Constants [5] {
Constant [ boolean BOOLEAN_CONSTANT ] { }
Constant [ null NULL_CONSTANT ] { }
Constant [ native string STRING_CONSTANT ] { }
Constant [ string STRING_CONSTANT ] { }
Constant [ integer INTEGER_CONSTANT ] { }
Constant [ double FLOAT_CONSTANT ] { }
}