diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-23 04:41:37 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-23 04:41:37 +0000 |
commit | 31bda44a6dcd39af8883880fb0d266b4beec3290 (patch) | |
tree | 86cbd97c105203e740114fdb6cfab7b5744ed8da /gdb | |
parent | 26a53fe826131fdc483fc0cb3d616b214b442f92 (diff) | |
download | gdb-31bda44a6dcd39af8883880fb0d266b4beec3290.zip gdb-31bda44a6dcd39af8883880fb0d266b4beec3290.tar.gz gdb-31bda44a6dcd39af8883880fb0d266b4beec3290.tar.bz2 |
* 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.
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 3a72748..f55121d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> |