Commit 499b1098 by Marc Espie Committed by Richard Henderson

* alias.c (non_local_reference_p): Constify fmt.

From-SVN: r29023
parent 7c225121
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--)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment