Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
48e46215
Commit
48e46215
authored
Mar 09, 2011
by
antirez
Browse files
Ehm... sorry if we don't support PDP endianess
parent
e12cb143
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.h
View file @
48e46215
...
@@ -103,8 +103,7 @@
...
@@ -103,8 +103,7 @@
#endif
#endif
#if !defined(BYTE_ORDER) || \
#if !defined(BYTE_ORDER) || \
(BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
(BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN)
BYTE_ORDER != PDP_ENDIAN)
/* you must determine what the correct bit order is for
/* you must determine what the correct bit order is for
* your compiler - the next line is an intentional error
* your compiler - the next line is an intentional error
* which will force your compiles to bomb until you fix
* which will force your compiles to bomb until you fix
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment