]> git.saurik.com Git - bison.git/commitdiff
(__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 May 1996 22:17:15 +0000 (22:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 May 1996 22:17:15 +0000 (22:17 +0000)
bison.simple
src/bison.s1
src/bison.simple

index aea6b78c20a000d3f7a5713fdff9b809879bac7b..cc651ae53942b9355b69e72a49f7fb2cf7edca27 100644 (file)
@@ -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)
index aea6b78c20a000d3f7a5713fdff9b809879bac7b..cc651ae53942b9355b69e72a49f7fb2cf7edca27 100644 (file)
@@ -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)
index aea6b78c20a000d3f7a5713fdff9b809879bac7b..cc651ae53942b9355b69e72a49f7fb2cf7edca27 100644 (file)
@@ -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)