diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-31 09:38:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-31 09:38:03 +0000 |
commit | 66d5d3999d87c0b43ec2c5999d8c842f4bfb606b (patch) | |
tree | 36e6bd114d08a424bbcc14b1a18bb862a9c7e860 /bfd/libcoff.h | |
parent | bcc09c356a2be714f81689ac5dd4f1aaeb64ce10 (diff) | |
download | gdb-66d5d3999d87c0b43ec2c5999d8c842f4bfb606b.tar.gz |
Rename function arguments to avoid shadowing global symbols of the same name.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 88b09098296..e2f6786cedb 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -1,5 +1,5 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically - generated from "libcoff-in.h" and "coffcode.h". + generated from "proto.str chew". Run "make headers" in your build bfd/ to regenerate. */ /* BFD COFF object file private structure. |