diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-31 09:38:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-31 09:38:04 +0000 |
commit | 47badb7be66a02661187cf1b3c4d53f70f9e51d3 (patch) | |
tree | 8042e7e4c2a6f2bb9e94e760637598936d86b1b2 /bfd/libcoff.h | |
parent | 03223580a722ebafe8c7bb69404b0de4a3211583 (diff) | |
download | gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.zip gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.tar.gz gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.tar.bz2 |
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 88b0909..e2f6786 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. |