diff options
author | bde <bde@FreeBSD.org> | 1997-04-20 12:46:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-20 12:46:12 +0000 |
commit | 6c79d08eca26db7ed38ca9e7a8d8054b33b36f05 (patch) | |
tree | 86be8b506c3ed6484ff78f53f7484f0eb58e2059 /games/snake | |
parent | a442972318b1cece238dcd824aac3d4f98a52ffa (diff) | |
download | FreeBSD-src-6c79d08eca26db7ed38ca9e7a8d8054b33b36f05.zip FreeBSD-src-6c79d08eca26db7ed38ca9e7a8d8054b33b36f05.tar.gz |
Use separate routines for memmove() and memcpy(). This lets me drop
the (buggy) support for alternative entry points. ALTENTRY() was only
used for memmove(). Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).
Obtained from: NetBSD
Diffstat (limited to 'games/snake')
0 files changed, 0 insertions, 0 deletions