On Sat, 10 Mar 2001 1:13:10 (), Danny Backx wrote: >CVSROOT: /cvsroot/lesstif >Module name: lesstif >Repository: lesstif/lib/Xm/ >Changes by: dannybackx@usw-pr-cvs1. 01/03/10 01:13:10 > >Modified files: > lesstif/lib/Xm/: DebugUtil.c > >Log message: > Allow redirecting debug output to stdout. I have some patch here to explicitly disable buffering also for those std* devices (will be committed later) Looking at DebugUtil.c I also got the idea to drop all/most of the #ifdef LESSTIF_PRODUCTION conditionals there: why shouldn't one use a low-level routine in a build with LESSTIF_PRODUCTION? All the interesting stuff is done IMHO within Debugutil.h - we use the DEBUGOUT macro which does not even call a Xdb* function if LESSTIF_PRODUCTION is defined. --- Alexander Mai [EMAIL PROTECTED]
