diff --git a/bison.simple b/bison.simple index aea6b78c..cc651ae5 100644 --- a/bison.simple +++ b/bison.simple @@ -181,8 +181,8 @@ __yy_memcpy (to, from, count) static void __yy_memcpy (char *to, char *from, int count) { - register char *f = from; register char *t = to; + register char *f = from; register int i = count; while (i-- > 0) diff --git a/src/bison.s1 b/src/bison.s1 index aea6b78c..cc651ae5 100644 --- a/src/bison.s1 +++ b/src/bison.s1 @@ -181,8 +181,8 @@ __yy_memcpy (to, from, count) static void __yy_memcpy (char *to, char *from, int count) { - register char *f = from; register char *t = to; + register char *f = from; register int i = count; while (i-- > 0) diff --git a/src/bison.simple b/src/bison.simple index aea6b78c..cc651ae5 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -181,8 +181,8 @@ __yy_memcpy (to, from, count) static void __yy_memcpy (char *to, char *from, int count) { - register char *f = from; register char *t = to; + register char *f = from; register int i = count; while (i-- > 0)