The assert message contains no more information than the segfault.
-/* $Id: eqn.c,v 1.49 2014/10/10 09:12:44 kristaps Exp $ */
+/* $Id: eqn.c,v 1.50 2014/10/10 14:02:02 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
bp->expectargs = UINT_MAX;
bp->size = ep->gsize;
- assert(NULL != parent);
-
if (NULL != parent->first) {
- assert(NULL != parent->last);
parent->last->next = bp;
bp->prev = parent->last;
} else