From b4a659b6cffd452fbdf54a81210f0540426b678a Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 19 Apr 2004 23:03:46 +0000 Subject: clean up when finished. --- src/cmd/strings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/strings.c') diff --git a/src/cmd/strings.c b/src/cmd/strings.c index dbf57ff8..19ed8b71 100644 --- a/src/cmd/strings.c +++ b/src/cmd/strings.c @@ -10,6 +10,8 @@ Biobuf fout; #define BUFSIZE 70 void stringit(char *); +#undef isprint +#define isprint risprint int isprint(Rune); void -- cgit v1.2.3