|
@@ -164,8 +164,8 @@ Type TCTranslator Extends TTranslator
|
|
If TLongType( ty ) Return p + "l"
|
|
If TLongType( ty ) Return p + "l"
|
|
If TULongType( ty ) Return p + "y"
|
|
If TULongType( ty ) Return p + "y"
|
|
If TSizeTType( ty ) Return p + "t"
|
|
If TSizeTType( ty ) Return p + "t"
|
|
- If TWParamType( ty ) Return p + "w"
|
|
|
|
- If TLParamType( ty ) Return p + "x"
|
|
|
|
|
|
+ If TWParamType( ty ) Return p + "W"
|
|
|
|
+ If TLParamType( ty ) Return p + "X"
|
|
If TInt128Type( ty ) Return p + "j"
|
|
If TInt128Type( ty ) Return p + "j"
|
|
If TFloat128Type( ty ) Return p + "k"
|
|
If TFloat128Type( ty ) Return p + "k"
|
|
If TDouble128Type( ty ) Return p + "m"
|
|
If TDouble128Type( ty ) Return p + "m"
|