Mercurial > hg > xemacs-beta
diff src/compiler.h @ 4990:8f0cf4fd3d2c
Automatic merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 06 Feb 2010 04:01:46 -0600 |
| parents | cbe181529c34 |
| children | d4f666cda5e6 |
line wrap: on
line diff
--- a/src/compiler.h Sat Feb 06 03:59:18 2010 -0600 +++ b/src/compiler.h Sat Feb 06 04:01:46 2010 -0600 @@ -243,6 +243,11 @@ # else # define USED_IF_XFT(decl) UNUSED (decl) # endif +# ifdef HAVE_SCROLLBARS +# define USED_IF_SCROLLBARS(decl) decl +# else +# define USED_IF_SCROLLBARS(decl) UNUSED (decl) +# endif #endif /* UNUSED */ /* Declaration that variable or expression X is "used" to defeat
