mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
xd: fix build by declaring swizz8
R=rsc https://codereview.appspot.com/13982043
This commit is contained in:
parent
25f54d6f52
commit
075c3bdc54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue