mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix signed/unsigned warning, make pcapa a size_t
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ typedef struct scope {
|
||||
int icapa;
|
||||
|
||||
mrb_irep *irep;
|
||||
int pcapa;
|
||||
size_t pcapa;
|
||||
int scapa;
|
||||
|
||||
int nlocals;
|
||||
|
||||
Reference in New Issue
Block a user