diff options
author | Jeff Law <law@redhat.com> | 1997-08-11 01:10:13 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-08-11 01:10:13 +0000 |
commit | 3715d0b8c92775f600965c8090729d99efbff246 (patch) | |
tree | 97b97515d696e04f33ec361dfe5200bc6f958137 /gdb | |
parent | 160db9b2959e9b01ef38cca2a1f211c5ae3c1224 (diff) | |
download | gdb-3715d0b8c92775f600965c8090729d99efbff246.zip gdb-3715d0b8c92775f600965c8090729d99efbff246.tar.gz gdb-3715d0b8c92775f600965c8090729d99efbff246.tar.bz2 |
* utils.c (error): Fix return type for !ANSI_PROTOTYPES.
Avoids "void void error" which craps out the HP native compiler.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 28ff355..2adee78 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sun Aug 10 19:08:26 1997 Jeffrey A Law (law@cygnus.com) + + * utils.c (error): Fix return type for !ANSI_PROTOTYPES. + Sun Aug 10 16:49:09 1997 Geoffrey Noer <noer@cygnus.com> * ocd.c: move ocd_write_bytes proto to ocd.h since it is used |