From: Richard M. Stallman Date: Sun, 12 May 1996 22:17:15 +0000 (+0000) Subject: (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t. X-Git-Tag: GNU_ORIG~31 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/4cf401b28efefb8597736c19b38f775bb928e00c?ds=inline (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t. --- 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)