* alias.c (non_local_reference_p): Constify fmt.
From-SVN: r29023
This commit is contained in:
parent
7c225121a3
commit
499b10983a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Aug 31 22:08:03 1999 Marc Espie <espie@cvs.openbsd.org>
|
||||
|
||||
* alias.c (non_local_reference_p): Constify fmt.
|
||||
|
||||
Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
* config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
|
||||
|
|
|
@ -1431,7 +1431,7 @@ nonlocal_reference_p (x)
|
|||
/* Recursively scan the operands of this expression. */
|
||||
|
||||
{
|
||||
register char *fmt = GET_RTX_FORMAT (code);
|
||||
register const char *fmt = GET_RTX_FORMAT (code);
|
||||
register int i;
|
||||
|
||||
for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
|
||||
|
|
Loading…
Add table
Reference in a new issue