OSDN Git Service

sim: punt zfree()
[pf3gnuchains/sourceware.git] / sim / ppc / table.c
index db3f783..75bc679 100644 (file)
@@ -102,7 +102,7 @@ table_push (table *root,
       fd = open (dup_name, O_RDONLY, 0);
       if (fd >= 0)
        break;
-      /* zfree (dup_name); */
+      /* free (dup_name); */
       if (include->next == NULL)
        {
          error ("Problem opening file `%s'\n", file_name);