2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>

From Rodney Brown  <RodneyBrown@pmsc.com>
	* ui-out.c (ui_out_set_flags): Fix typo, removing warning and
	potentially harming mistake.
This commit is contained in:
Fernando Nasser 2000-02-17 20:08:48 +00:00
parent e8b09175c1
commit b8d86de35c
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
From Rodney Brown <RodneyBrown@pmsc.com>
* ui-out.c (ui_out_set_flags): Fix typo, removing warning and
potentially harming mistake.
* arm-tdep.c: Use header file instead of extern declarations for
the {get,set}_arm_regname* functions.

View File

@ -492,7 +492,7 @@ ui_out_set_flags (uiout, mask)
{
int oldflags;
uiout->flags != mask;
uiout->flags |= mask;
return oldflags;
}