Global settings

1.Memory managment

Memory management is defined in fast_new.hpp

2.Error Management

The macro ERROR must be used to raise a global error.

The macros ASSERT and VERIFY must be used for debugging purposes.

Errors are handled by the "throw/catch" mecanism if exceptions have been enabled at the configuration time.

The function fatal_error quit the execution brutaly.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License. If you don't have this file, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.