2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 30 Mar 2000 19:52:35 +0000 (19:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 30 Mar 2000 19:52:35 +0000 (19:52 +0000)
commit1d1358b6679fee0ea559723c6c9b06c900e7c330
tree79754fb613fcc6b734b903469b8bb60ed70edaa3
parent213c01f70eb6b3c7ee893a2763aaa9cbfbfa5d29
2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>

* ui-file.c: Include "gdb_string.h"
* cli-out.c: Include gdb_string.h to avoid compiler warnings.
* wrapper.[ch] (struct gdb_wrapper_arguments): Change fields into
unions, since they are all used to hold both pointers and ints
at various times.  Casting pointer to int and vice versa gives
warnings (and is not safe) if they are not the same size.
gdb/ChangeLog
gdb/cli-out.c
gdb/ui-file.c
gdb/wrapper.c
This page took 0.038379 seconds and 4 git commands to generate.