|
|
@@ -48,8 +48,8 @@
|
|
|
|
|
|
/*************** internal settings ***************/
|
|
|
|
|
|
-// This is the maximum size of the value stack in void* units
|
|
|
-// The actual size in bytes equals `sizeof(void*) * PK_VM_STACK_SIZE`
|
|
|
+// This is the maximum size of the value stack in PyVar units
|
|
|
+// The actual size in bytes equals `sizeof(PyVar) * PK_VM_STACK_SIZE`
|
|
|
#define PK_VM_STACK_SIZE 32768
|
|
|
|
|
|
// This is the maximum number of local variables in a function
|