From cee3df1e4b1b8103bf81e5281a46aab7881f93df Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 24 Nov 2004 17:14:49 +0000 Subject: 2004-11-24 Andrew J. Schorr * zassert.h: New header file to declare a quagga-specific assert macro. * log.c: (_zlog_assert_failed) New function called when assert fails to log the error and abort. * zebra.h: Include "zassert.h" instead of . * regex.c: Include "zassert.h" instead of . * dict.c: Include "zassert.h" instead of . --- isisd/dict.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'isisd/dict.c') diff --git a/isisd/dict.c b/isisd/dict.c index 86206a3b..784ec842 100644 --- a/isisd/dict.c +++ b/isisd/dict.c @@ -14,19 +14,19 @@ * into proprietary software; there is no requirement for such software to * contain a copyright notice related to this source. * - * $Id: dict.c,v 1.2 2004/09/10 20:48:21 hasso Exp $ + * $Id: dict.c,v 1.3 2004/11/24 17:14:49 ajs Exp $ * $Name: $ */ #include #include -#include +#include "zassert.h" #define DICT_IMPLEMENTATION #include "dict.h" #ifdef KAZLIB_RCSID static const char rcsid[] = - "$Id: dict.c,v 1.2 2004/09/10 20:48:21 hasso Exp $"; + "$Id: dict.c,v 1.3 2004/11/24 17:14:49 ajs Exp $"; #endif /* -- cgit v1.2.1