(__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.

This commit is contained in:
Richard M. Stallman
1996-05-12 22:17:15 +00:00
parent 687621a5c5
commit 4cf401b28e
3 changed files with 3 additions and 3 deletions

View 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)

View 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)