Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com)

* source.c (DIRNAME_SEPARATOR): New macro, replaces all references
	to : in search path processing.
	* defs.h (qsort): Rename argument in prototype.
	* symtab.h (SAYMBOL_VALUE): Rename value field, avoids bugs in
	some compilers.
	* breakpoint.c, exec.c, mdebugread.c, mipsread.c, xcoffexec.c
	(false): Eliminate usages.
This commit is contained in:
Stan Shebs
1994-04-15 21:55:49 +00:00
parent 97ea252ef8
commit fad466eb6d
7 changed files with 68 additions and 44 deletions

View File

@@ -2293,7 +2293,7 @@ can_use_hardware_watchpoint (b)
if (!(v->lval == lval_memory)
|| v->lval == not_lval
|| (v->lval != not_lval
&& v->modifiable == false))
&& v->modifiable == 0))
return 0;
else
if (v->lval == lval_memory)