Skip to content
Snippets Groups Projects
Commit 4b10beb7 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

set () around defined cpp operator

parent e64dfe12
Branches
Tags
1 merge request!26Adapt cmp_tool to the chunk decompression
......@@ -53,13 +53,13 @@
#undef __LITTLE_ENDIAN
#endif
#if defined __sparc__
#if defined (__sparc__)
#ifndef __BIG_ENDIAN
#define __BIG_ENDIAN 4321
#endif
#endif
#if (defined __i386__ || defined __x86_64__)
#if defined (__i386__) || defined (__x86_64__)
#ifndef __LITTLE_ENDIAN
#define __LITTLE_ENDIAN 1234
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment