Fix compiler warnings for shadowed variables.  Make 'conceal' a long instead
of int.
diff --git a/src/structs.h b/src/structs.h
index a1c7e9d..d792c78 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -214,7 +214,7 @@
     int		wo_wrap;
 #define w_p_wrap w_onebuf_opt.wo_wrap	/* 'wrap' */
 #ifdef FEAT_CONCEAL
-    int		wo_conceal;		/* 'conceal' */
+    long	wo_conceal;		/* 'conceal' */
 # define w_p_conceal w_onebuf_opt.wo_conceal
 #endif
 #ifdef FEAT_CURSORBIND