(svn r4003) - Minor codebeautifier@work

This commit is contained in:
Darkvater 2006-03-21 23:18:43 +00:00
parent 010d715039
commit a48a1807fe
1 changed files with 6 additions and 6 deletions

View File

@ -60,7 +60,7 @@
#else
# define BSWAP32(x) ((((x) >> 24) & 0xFF) | (((x) >> 8) & 0xFF00) | (((x) << 8) & 0xFF0000) | (((x) << 24) & 0xFF000000))
# define BSWAP16(x) ((x) >> 8 | (x) << 8)
#endif
#endif /* __APPLE__ */
// by default we use [] var arrays
#define VARARRAY_SIZE