diff options
author | Per Bothner <per@bothner.com> | 1993-01-06 23:19:45 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-01-06 23:19:45 +0000 |
commit | fc561ccda8391f191949ed570d8113ea0cf6d3d1 (patch) | |
tree | 624c0656ed0faa77fb0a6f849d2521a7bdccb607 | |
parent | dc5dcabb9b4f2dd2fe0e437d973ae2166d18d2cd (diff) | |
download | gdb-fc561ccda8391f191949ed570d8113ea0cf6d3d1.zip gdb-fc561ccda8391f191949ed570d8113ea0cf6d3d1.tar.gz gdb-fc561ccda8391f191949ed570d8113ea0cf6d3d1.tar.bz2 |
* arsup.h (interactive), bucomm.h (program_name): Prefix
with 'extern', to avoid warnings from some compilers.
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0cd49cb..2b4d4a4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 6 15:16:27 1993 Per Bothner (bothner@cygnus.com) + + * arsup.h (interactive), bucomm.h (program_name): Prefix + with 'extern', to avoid warnings from some compilers. + Wed Jan 6 15:14:11 1993 Per Bothner (bothner@rtl.cygnus.com) * arparse.y: fix unnecessary shift/reduce |