diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-06 18:22:49 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-06 18:22:49 +0000 |
commit | 085e14dff1f8e76a7c7ae2afc74d04d3675736a6 (patch) | |
tree | ef42504c50e500c920593be5eb5ad8fd9a22aebf /code/unix | |
parent | ed460fe3673ae043ad58d9afd76b989e73935236 (diff) | |
download | ioquake3-aero-085e14dff1f8e76a7c7ae2afc74d04d3675736a6.tar.gz ioquake3-aero-085e14dff1f8e76a7c7ae2afc74d04d3675736a6.zip |
use system memcpy and memset
git-svn-id: svn://svn.icculus.org/quake3/trunk@301 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix')
-rw-r--r-- | code/unix/linux_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/unix/linux_common.c b/code/unix/linux_common.c index 0321ac2..ab1eafa 100644 --- a/code/unix/linux_common.c +++ b/code/unix/linux_common.c @@ -1,3 +1,4 @@ +#if 0 // not used anymore /* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. @@ -342,3 +343,4 @@ void Com_Prefetch (const void *s, const unsigned int bytes, e_prefetch type) } #endif +#endif |