really make import_file static

This commit is contained in:
Ian Lance Taylor 1995-10-31 20:28:25 +00:00
parent 4b935ed4a4
commit d29120d2ff
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ struct filelist
};
/* List of import files. */
struct filelist *import_files;
static struct filelist *import_files;
/* List of export symbols read from the export files. */