diff options
author | rsc <devnull@localhost> | 2004-04-19 23:03:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-19 23:03:46 +0000 |
commit | b4a659b6cffd452fbdf54a81210f0540426b678a (patch) | |
tree | 953c3be9187fb1347b24d4c5f570a5d7a537e3a1 /src/cmd/strings.c | |
parent | 98cd2746cff82ab359de6d6ce2c3f87b2c4166a8 (diff) | |
download | plan9port-b4a659b6cffd452fbdf54a81210f0540426b678a.tar.gz plan9port-b4a659b6cffd452fbdf54a81210f0540426b678a.tar.bz2 plan9port-b4a659b6cffd452fbdf54a81210f0540426b678a.zip |
clean up when finished.
Diffstat (limited to 'src/cmd/strings.c')
-rw-r--r-- | src/cmd/strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |