From 0cf86f0fc34c7daf020a9189279644af89e273a1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Nov 1998 14:38:34 +0000 Subject: Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token names and include files. --- nest/rt-fib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-fib.c') diff --git a/nest/rt-fib.c b/nest/rt-fib.c index 1522906..3840712 100644 --- a/nest/rt-fib.c +++ b/nest/rt-fib.c @@ -105,7 +105,7 @@ fib_get(struct fib *f, ip_addr *a, int len) e = e->next; if (e) return e; -#ifdef DEBUG +#ifdef DEBUGGING if (len < 0 || len > BITS_PER_IP_ADDRESS || !ip_is_prefix(*a,len)) die("fib_get() called for invalid address"); #endif -- cgit v1.2.3