aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-26 03:45:55 +0000
committerrsc <devnull@localhost>2004-03-26 03:45:55 +0000
commit6b2d0fd94642d4e041bffac34cb79eaf9169760b (patch)
tree9a22a2808815ebce90727bee52afc0ac477b11f9 /src/cmd/dict
parenteeb7312231d91d32c561fd9dd07aeed554ba998d (diff)
downloadplan9port-6b2d0fd94642d4e041bffac34cb79eaf9169760b.tar.gz
plan9port-6b2d0fd94642d4e041bffac34cb79eaf9169760b.tar.bz2
plan9port-6b2d0fd94642d4e041bffac34cb79eaf9169760b.zip
Bug fixes from Scott Schwartz.
Try to make 9term not crash when X errors happen.
Diffstat (limited to 'src/cmd/dict')
-rw-r--r--src/cmd/dict/world.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/dict/world.c b/src/cmd/dict/world.c
index 19f3fb10..dba84e77 100644
--- a/src/cmd/dict/world.c
+++ b/src/cmd/dict/world.c
@@ -11,6 +11,8 @@
#define GSHORT(p) (((p)[0]<<8)|(p)[1])
+#define putchar dictputchar
+
static void putchar(int, int*);
#define NONE 0xffff