diff --git a/mozilla/gfx/public/nsCompressedCharMap.h b/mozilla/gfx/public/nsCompressedCharMap.h index 8894bd22b6f..c7f9dbec2d9 100644 --- a/mozilla/gfx/public/nsCompressedCharMap.h +++ b/mozilla/gfx/public/nsCompressedCharMap.h @@ -52,7 +52,7 @@ # define CCMAP_BITS_PER_ALU_LOG2 5 #elif (ALU_SIZE==64) # define ALU_TYPE PRUint64 -# define CCMAP_POW2(n) (1LL<<(n)) +# define CCMAP_POW2(n) (1L<<(n)) # define CCMAP_BITS_PER_ALU_LOG2 6 #else # define ALU_TYPE PRUint16 diff --git a/mozilla/gfx/src/shared/nsCompressedCharMap.h b/mozilla/gfx/src/shared/nsCompressedCharMap.h index 8894bd22b6f..c7f9dbec2d9 100644 --- a/mozilla/gfx/src/shared/nsCompressedCharMap.h +++ b/mozilla/gfx/src/shared/nsCompressedCharMap.h @@ -52,7 +52,7 @@ # define CCMAP_BITS_PER_ALU_LOG2 5 #elif (ALU_SIZE==64) # define ALU_TYPE PRUint64 -# define CCMAP_POW2(n) (1LL<<(n)) +# define CCMAP_POW2(n) (1L<<(n)) # define CCMAP_BITS_PER_ALU_LOG2 6 #else # define ALU_TYPE PRUint16 diff --git a/mozilla/intl/unicharutil/util/nsCompressedCharMap.h b/mozilla/intl/unicharutil/util/nsCompressedCharMap.h index 8894bd22b6f..c7f9dbec2d9 100644 --- a/mozilla/intl/unicharutil/util/nsCompressedCharMap.h +++ b/mozilla/intl/unicharutil/util/nsCompressedCharMap.h @@ -52,7 +52,7 @@ # define CCMAP_BITS_PER_ALU_LOG2 5 #elif (ALU_SIZE==64) # define ALU_TYPE PRUint64 -# define CCMAP_POW2(n) (1LL<<(n)) +# define CCMAP_POW2(n) (1L<<(n)) # define CCMAP_BITS_PER_ALU_LOG2 6 #else # define ALU_TYPE PRUint16