]> git.saurik.com Git - bison.git/blobdiff - src/bison.simple
(__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
[bison.git] / 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)