Explorar el Código

Changed param debug scope types.

woollybah hace 9 años
padre
commit
9c5f2a3813
Se han modificado 1 ficheros con 2 adiciones y 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 TULongType( ty ) Return p + "y"
 		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 TFloat128Type( ty ) Return p + "k"
 		If TDouble128Type( ty ) Return p + "m"