Correct, portable definition of INT_BIT
Originally committed as revision 17480 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f4870943ea
commit
28499cc8d8
@ -88,11 +88,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef INT_BIT
|
#ifndef INT_BIT
|
||||||
# if INT_MAX != 2147483647
|
# define INT_BIT (CHAR_BIT * sizeof(int))
|
||||||
# define INT_BIT 64
|
|
||||||
# else
|
|
||||||
# define INT_BIT 32
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC)
|
#if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user