diff options
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/elfcpp_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h index 0d69bae..e4c8636 100644 --- a/elfcpp/elfcpp_internal.h +++ b/elfcpp/elfcpp_internal.h @@ -16,7 +16,7 @@ namespace elfcpp namespace internal { -#ifdef WORDS_BIG_ENDIAN +#ifdef WORDS_BIGENDIAN const bool host_big_endian = true; #else const bool host_big_endian = false; |