Branch: Tag:

2005-02-08

2005-02-08 13:20:26 by Martin Stjernholm <mast@lysator.liu.se>

Disabled a pop_compile_error_handler whose matching
push_compile_error_handler was disabled in rev 1.461. This fixes backtraces
in some cases during module loading.

Rev: server/base_server/configuration.pike:1.537

5:   // @appears Configuration   //! A site's main configuration    - constant cvs_version = "$Id: configuration.pike,v 1.536 2004/03/03 16:04:00 anders Exp $"; + constant cvs_version = "$Id: configuration.pike,v 1.537 2005/02/08 13:20:26 mast Exp $";   #include <module.h>   #include <module_constants.h>   #include <roxen.h>
3345:    }    }    enable_module_batch_msgs = 0; -  roxenloader.pop_compile_error_handler(); + // roxenloader.pop_compile_error_handler();    forcibly_added = ([]);    }