Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / hash.c
index 8dd130aaff0b95dbe2de9f2484205e933e765d62..56d18ac317945a8bdd2d17166cf32e7ec0c595bf 100644 (file)
@@ -762,7 +762,7 @@ struct bfd_strtab_hash *
 _bfd_stringtab_init (void)
 {
   struct bfd_strtab_hash *table;
-  bfd_size_type amt = sizeof (* table);
+  size_t amt = sizeof (* table);
 
   table = (struct bfd_strtab_hash *) bfd_malloc (amt);
   if (table == NULL)
This page took 0.022922 seconds and 4 git commands to generate.