sadly, older AIX xlc needs it spelt out after all

This commit is contained in:
Charles Forsyth 2015-03-18 13:25:38 +00:00
parent dcc06ad4b8
commit 0e4c01a2f7
1 changed files with 12 additions and 2 deletions

14
u9fs.c
View File

@ -169,8 +169,18 @@ char isfrog[256]={
/*BKS*/ 1, 1, 1, 1, 1, 1, 1, 1,
/*DLE*/ 1, 1, 1, 1, 1, 1, 1, 1,
/*CAN*/ 1, 1, 1, 1, 1, 1, 1, 1,
['/'] = 1,
[0x7f] = 1,
/*' '*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'('*/ 0, 0, 0, 0, 0, 0, 0, 1, /*'/'*/
/*'0'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'8'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'@'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'H'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'P'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'X'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'`'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'h'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'p'*/ 0, 0, 0, 0, 0, 0, 0, 0,
/*'x'*/ 0, 0, 0, 0, 0, 0, 0, 1, /*DEL*/
};
char*