[xslt] xsltconfig.h.in or me?



Hello all,

Did I miss something in the whole conversation, or does xsltconfig.h.in
really have a wrong line?

The debugger support macro in that file is defined as WITH_XSLT_DEBUGGER.
However, all source files testing this macro call it WITH_DEBUGGER.

This is too obvious to be a bug, so I must have missed something. I am
getting old :-) Incase it really should be changed, the patch is further
below. Incase I got older than I feel, please help me cross the street so I
can fix the Windows makefile :-)

Ciao
Igor


*** libxslt/xsltconfig.h.in     17 Jan 2002 09:43:36 -0000      1.14
--- libxslt/xsltconfig.h.in     16 Apr 2002 18:08:23 -0000
***************
*** 73,79 ****
   * On by default unless --without-debugger is passed to configure
   */
  #if @WITH_DEBUGGER@
! #define WITH_XSLT_DEBUGGER
  #endif

  /**
--- 73,79 ----
   * On by default unless --without-debugger is passed to configure
   */
  #if @WITH_DEBUGGER@
! #define WITH_DEBUGGER
  #endif

  /**







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]