-Wunused-macros

This commit is contained in:
tg
2013-06-01 20:34:01 +00:00
parent ec1bc74d41
commit d16705415a
2 changed files with 7 additions and 13 deletions

4
shf.c
View File

@@ -25,7 +25,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.59 2013/04/26 19:49:07 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.60 2013/06/01 20:34:01 tg Exp $");
/* flags to shf_emptybuf() */
#define EB_READSW 0x01 /* about to switch to reading */
@@ -741,8 +741,6 @@ shf_smprintf(const char *fmt, ...)
return (shf_sclose(&shf));
}
#define BUF_SIZE 128
#define FL_HASH 0x001 /* '#' seen */
#define FL_PLUS 0x002 /* '+' seen */
#define FL_RIGHT 0x004 /* '-' seen */