* utils.c (error): Fix return type for !ANSI_PROTOTYPES.

Avoids "void void error" which craps out the HP native compiler.
This commit is contained in:
Jeff Law 1997-08-11 01:10:13 +00:00
parent 160db9b295
commit 3715d0b8c9
1 changed files with 4 additions and 0 deletions

View File

@ -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