diff src/os/win32/ngx_atomic.h @ 3165:7658e9c7e814

use parents around NGX_ATOMIC_T_LEN value
author Igor Sysoev <igor@sysoev.ru>
date Fri, 25 Sep 2009 20:25:47 +0000
parents ec909315dfb0
children d620f497c50f
line wrap: on
line diff
--- a/src/os/win32/ngx_atomic.h
+++ b/src/os/win32/ngx_atomic.h
@@ -17,7 +17,7 @@
 typedef int32_t                     ngx_atomic_int_t;
 typedef uint32_t                    ngx_atomic_uint_t;
 typedef volatile ngx_atomic_uint_t  ngx_atomic_t;
-#define NGX_ATOMIC_T_LEN            sizeof("-2147483648") - 1
+#define NGX_ATOMIC_T_LEN            (sizeof("-2147483648") - 1)
 
 
 #if defined( __WATCOMC__ ) || defined( __BORLANDC__ ) || ( _MSC_VER >= 1300 )