pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Abortions


From: John Darrington
Subject: Abortions
Date: Thu, 30 Mar 2006 16:26:42 +0800
User-agent: Mutt/1.5.9i

It's come to my attention, that there are a lot of calls to abort()
dotted around the code.  The only place that should call abort() IMHO
is request_bug_report_and_abort() in message.c

All the others should be changed to assert(false) --- which raises
another issue: there should be no code which #includes <assert.h>
because we have our own custom assert in message.h

That is, unless we want to change this policy an implement a new one.

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]