Explorar el Código

Update pocketpy.h

blueloveTH hace 9 meses
padre
commit
3966777d4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/pocketpy/pocketpy.h

+ 1 - 1
include/pocketpy/pocketpy.h

@@ -30,7 +30,7 @@ typedef void (*py_Dtor)(void*);
 
 #ifdef PK_IS_PUBLIC_INCLUDE
 typedef struct py_TValue {
-    char _[16];
+    int64_t _[2];
 } py_TValue;
 #endif