The idea with SIMPLE_ERROR was to prepare for real Error objects with a bit of more information then the error string given with Pike_error.
/ Mirar
Previous text:
2004-05-18 15:05: Subject: Re: Nettle cmod segfault
I've mentioned this before, but I really think something should be done about the error macros. It takes something like 50 bytes _more_ to use a SIMPLE_ERROR macro compared to writing the Pike_error yourself. And you really shouldn't have to write the name of the function youself. There are probably lots of places where the wrong function name is used. Even though I try to audit the code for this occasionally, new places keep popping up.
/ Martin Nilsson (räfsfiskal)