diff options
Diffstat (limited to 'src/opt/dau/dauCanon.c')
-rw-r--r-- | src/opt/dau/dauCanon.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/opt/dau/dauCanon.c b/src/opt/dau/dauCanon.c index 34387e4d..d37c44b1 100644 --- a/src/opt/dau/dauCanon.c +++ b/src/opt/dau/dauCanon.c @@ -28,11 +28,11 @@ ABC_NAMESPACE_IMPL_START //////////////////////////////////////////////////////////////////////// static word s_CMasks6[5] = { - 0x1111111111111111, - 0x0303030303030303, - 0x000F000F000F000F, - 0x000000FF000000FF, - 0x000000000000FFFF + ABC_CONST(0x1111111111111111), + ABC_CONST(0x0303030303030303), + ABC_CONST(0x000F000F000F000F), + ABC_CONST(0x000000FF000000FF), + ABC_CONST(0x000000000000FFFF) }; //////////////////////////////////////////////////////////////////////// |