* utils.c (error): Move local `args' outside conditional,
authorStan Shebs <shebs@codesourcery.com>
Fri, 23 Jun 1995 04:41:37 +0000 (04:41 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 23 Jun 1995 04:41:37 +0000 (04:41 +0000)
move local `string1' inside, declare function as void if
non-ANSI compiler, dereference error_hook when calling.

gdb/ChangeLog

index 3a72748bbd687749f0e9a6bd1a348a3e022a8123..f55121d9e44139d5c84a72d47412444f9efa47f7 100644 (file)
@@ -1,5 +1,9 @@
 Thu Jun 22 20:21:59 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
+       * utils.c (error): Move local `args' outside conditional,
+       move local `string1' inside, declare function as void if
+       non-ANSI compiler, dereference error_hook when calling.
+
        * mac-xdep.c (stdarg.h): Don't include.
 
 Thu Jun 22 13:12:33 1995  Kung Hsu  <kung@mexican.cygnus.com>