diff options
Diffstat (limited to 'support/cpp/libcpp/files.c')
-rw-r--r-- | support/cpp/libcpp/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/cpp/libcpp/files.c b/support/cpp/libcpp/files.c index 456c0b0f1..6484be5e7 100644 --- a/support/cpp/libcpp/files.c +++ b/support/cpp/libcpp/files.c @@ -1179,7 +1179,7 @@ _cpp_init_files (cpp_reader *pfile) nonexistent_file_hash_eq, NULL, xcalloc, free); _obstack_begin (&pfile->nonexistent_file_ob, 0, 0, - (void *(*) (long)) xmalloc, + (void *(*) (size_t)) xmalloc, (void (*) (void *)) free); } |