From: Jeff Law Date: Mon, 11 Aug 1997 01:10:13 +0000 (+0000) Subject: * utils.c (error): Fix return type for !ANSI_PROTOTYPES. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3715d0b8c92775f600965c8090729d99efbff246;p=binutils-gdb.git * utils.c (error): Fix return type for !ANSI_PROTOTYPES. Avoids "void void error" which craps out the HP native compiler. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 28ff355a265..2adee78bbbf 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 * ocd.c: move ocd_write_bytes proto to ocd.h since it is used