diff options
author | David du Colombier <0intro@gmail.com> | 2013-09-26 22:34:05 +0200 |
---|---|---|
committer | David du Colombier <0intro@gmail.com> | 2013-09-26 22:34:05 +0200 |
commit | 075c3bdc54b5201350b88b53d5330cc6a9cc499d (patch) | |
tree | 96de235ee6d33660fa0205c90acbaede91463085 /src/cmd/xd.c | |
parent | 25f54d6f523ab33a90ea50f9b71f4b2308af0a6c (diff) | |
download | plan9port-075c3bdc54b5201350b88b53d5330cc6a9cc499d.tar.gz plan9port-075c3bdc54b5201350b88b53d5330cc6a9cc499d.tar.bz2 plan9port-075c3bdc54b5201350b88b53d5330cc6a9cc499d.zip |
xd: fix build by declaring swizz8
R=rsc
https://codereview.appspot.com/13982043
Diffstat (limited to 'src/cmd/xd.c')
-rw-r--r-- | src/cmd/xd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/xd.c b/src/cmd/xd.c index 7be55b21..e5389fea 100644 --- a/src/cmd/xd.c +++ b/src/cmd/xd.c @@ -13,7 +13,7 @@ int flush; int abase=2; int xd(char *, int); void xprint(char *, ulong); -void initarg(void), swizz(void); +void initarg(void), swizz(void), swizz8(void); enum{ Narg=10 }; |