Mail Archives: djgpp-workers/1997/06/20/07:25:46
> I agree. In fact, I'm not convinced it's worth it. There's a LOT of
> functions to change (fortunatly mostly copy,paste,paste...) and I don't
> want to do it (or even want to have the feature, realy). I rather like
> getting page/seg faults when I goof, kindof sets off an H-bomb where the
> bug is;)
Consider, however, that you *don't* get a SEGV in Windows, if the
pointer is NULL. I think it's worth it to do a quick check for NULL
in a few popular functions, and expand coverage later.
- Raw text -