* symtab.c (filename_seen): Update comment.

This commit is contained in:
Doug Evans 2012-07-13 21:50:27 +00:00
parent 15e539f42a
commit a2b6eff5c4
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2012-07-13 Doug Evans <dje@google.com>
* symtab.c (filename_seen): Update comment.
2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
Doug Evans <dje@google.com>

View file

@ -3153,10 +3153,9 @@ delete_filename_seen_cache (void *ptr)
xfree (cache);
}
/* If FILE is not already in the table of files, return zero;
/* If FILE is not already in the table of files in CACHE, return zero;
otherwise return non-zero. Optionally add FILE to the table if ADD
is non-zero. If *FIRST is non-zero, forget the old table
contents. */
is non-zero. */
static int
filename_seen (struct filename_seen_cache *cache, const char *file, int add)