<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Arial">Package: nx-libs<br>
      Version: 3.5.0.28<br>
      <br>
      Description:<br>
      <br>
      The attached patch fixes some compilation errors when the
      following macros are enabled: (TEST/DEBUG/DUMP). See the lines:<br>
      <br>
      #undef TEST<br>
      #undef DEBUG<br>
      ...<br>
      <br>
      and the conditinal ifdefs<br>
      <br>
      #ifdef TEST<br>
      #ifdef DEBUG<br>
      ...<br>
      <br>
      which are normally not compiled.<br>
      <br>
      During debugging and testing when these macros gets activated,
      there are some compilation errors, which need to be manually fixed
      each time the Macros are enabled. This patch tries to leverage
      that error.<br>
      <br>
      The patch does not affect code outside of those ifdef, and only
      provides developer support.<br>
      <br>
      Regards,<br>
      <br>
      Nito<br>
      <br>
    </font>
  </body>
</html>