comparison src/compiler.h @ 4969:cbe181529c34

Automatic merge
author Ben Wing <ben@xemacs.org>
date Wed, 03 Feb 2010 21:46:21 -0600
parents e813cf16c015 a6c778975d7d
children d4f666cda5e6
comparison
equal deleted inserted replaced
4968:4d35e52790f8 4969:cbe181529c34
236 # ifdef MULE 236 # ifdef MULE
237 # define USED_IF_MULE(decl) decl 237 # define USED_IF_MULE(decl) decl
238 # else 238 # else
239 # define USED_IF_MULE(decl) UNUSED (decl) 239 # define USED_IF_MULE(decl) UNUSED (decl)
240 # endif 240 # endif
241 # ifdef USE_XFT 241 # ifdef HAVE_XFT
242 # define USED_IF_XFT(decl) decl 242 # define USED_IF_XFT(decl) decl
243 # else 243 # else
244 # define USED_IF_XFT(decl) UNUSED (decl) 244 # define USED_IF_XFT(decl) UNUSED (decl)
245 # endif 245 # endif
246 # ifdef HAVE_SCROLLBARS 246 # ifdef HAVE_SCROLLBARS