oops, left out var decl
authorKen Raeburn <raeburn@cygnus>
Thu, 2 Jun 1994 23:37:45 +0000 (23:37 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 2 Jun 1994 23:37:45 +0000 (23:37 +0000)
gas/gasp.c

index 59c6a7007d0f61fccd2d799ac4c21ccf20dac5bb..53f6f2714ba940bd6f2bf2811060ca224802ae89 100644 (file)
@@ -580,6 +580,7 @@ hash_new_table (size, ptr)
      int size;
      hash_table *ptr;
 {
+  int i;
   ptr->size = size;
   ptr->table = (hash_entry **) xmalloc (size * (sizeof (hash_entry *)));
   /* Fill with null-pointer, not zero-bit-pattern.  */