diff options
Diffstat (limited to 'ext/syck/token.c')
-rw-r--r-- | ext/syck/token.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/syck/token.c b/ext/syck/token.c index bea79c158a..0d0d4846ba 100644 --- a/ext/syck/token.c +++ b/ext/syck/token.c @@ -1489,8 +1489,8 @@ yy109: Plain: { - int qidx = 0; - int qcapa = 100; + ptrdiff_t qidx = 0; + ptrdiff_t qcapa = 100; char *qstr = S_ALLOC_N( char, qcapa ); SyckLevel *plvl; int parentIndent; |