make things work on SunOS
This commit is contained in:
parent
e637c944fe
commit
a0f1e21ff9
19 changed files with 43 additions and 20 deletions
|
|
@ -39,7 +39,7 @@ initfsize(void)
|
|||
fsize['s'] = 4;
|
||||
fsize['u'] = 2;
|
||||
fsize['x'] = 2;
|
||||
};
|
||||
}
|
||||
|
||||
int
|
||||
fmtsize(Value *v)
|
||||
|
|
@ -1021,7 +1021,7 @@ initexpop(void)
|
|||
expop[OFMT] = ofmt;
|
||||
expop[OEVAL] = oeval;
|
||||
expop[OWHAT] = owhat;
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
initexpr(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue