diff options
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4273,7 +4273,7 @@ typedef struct am_table_short AMTS; new_chunk_size = (chunk_size); \ if (new_chunk_size > PL_nice_chunk_size) { \ if (PL_nice_chunk) Safefree(PL_nice_chunk); \ - PL_nice_chunk = new_chunk; \ + PL_nice_chunk = (char *) new_chunk; \ PL_nice_chunk_size = new_chunk_size; \ } else { \ Safefree(chunk); \ |