From 7771520c05656bb2c0a5606425e3c779b7f8dc7e Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 2 Aug 2006 12:50:20 +0000 Subject: [PATCH] rid junk --- shf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shf.c b/shf.c index 93f9fc3..4883375 100644 --- a/shf.c +++ b/shf.c @@ -2,7 +2,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.5 2006/05/10 18:54:12 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.6 2006/08/02 12:50:20 tg Exp $"); /* flags to shf_emptybuf() */ #define EB_READSW 0x01 /* about to switch to reading */ @@ -728,9 +728,6 @@ shf_smprintf(const char *fmt, ...) (long) va_arg((a), int) : va_arg((a), unsigned)) : \ va_arg((a), unsigned))) -#define ABIGNUM 32000 /* big numer that will fit in a short */ -#define LOG2_10 3.321928094887362347870319429 /* log base 2 of 10 */ - #define FL_HASH 0x001 /* '#' seen */ #define FL_PLUS 0x002 /* '+' seen */ #define FL_RIGHT 0x004 /* '-' seen */