rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 49d21f8fe6bc2bf7f44e83c2c8a74bcfc936952f
parent 858f712a8ce34406195cb525c32f42e1d03e53f9
Author: tjg <tjg>
Date:   Fri, 12 Oct 2001 09:28:10 +0000

include <assert.h>

Diffstat:
Mrc.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/rc.h b/rc.h @@ -1,3 +1,6 @@ +#define NDEBUG 1 +#include <assert.h> + #include "config.h" #include "proto.h"