(__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 aea6b78..cc651ae 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 aea6b78..cc651ae 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 aea6b78..cc651ae 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)