* alias.c (non_local_reference_p): Constify fmt.

From-SVN: r29023
This commit is contained in:
Marc Espie 1999-09-01 05:08:57 +00:00 committed by Richard Henderson
parent 7c225121a3
commit 499b10983a
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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--)