trivial: remove unaligned defs since not used anymore

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-11-14 16:09:17 +10:30
parent 7bbe82dc4c
commit d3c4dff990
2 changed files with 0 additions and 14 deletions

View File

@ -38,13 +38,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define GAMENAME "id1" // directory to look in by default
/* UNALIGNED_OK - undef if unaligned accesses are not supported */
#ifdef USE_X86_ASM
#define UNALIGNED_OK
#else
#undef UNALIGNED_OK
#endif
// !!! if this is changed, it must be changed in d_ifacea.h too !!!
#define CACHE_SIZE 32 // used to align key data structures
#define CACHE_PAD_ARRAY(elements, type) \

View File

@ -29,13 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#undef USE_X86_ASM
#endif
/* UNALIGNED_OK - undef if unaligned accesses are not supported */
#ifdef USE_X86_ASM
#define UNALIGNED_OK
#else
#undef UNALIGNED_OK
#endif
// !!! if this is changed, it must be changed in d_ifacea.h too !!!
#define CACHE_SIZE 32 // used to align key data structures
#define CACHE_PAD_ARRAY(elements, type) \