From 4cf401b28efefb8597736c19b38f775bb928e00c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 May 1996 22:17:15 +0000 Subject: [PATCH] (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t. --- bison.simple | 2 +- src/bison.s1 | 2 +- src/bison.simple | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.45.2