Explorar o código

Changed param debug scope types.

woollybah %!s(int64=9) %!d(string=hai) anos
pai
achega
9c5f2a3813
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ctranslator.bmx

+ 2 - 2
ctranslator.bmx

@@ -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"