various fixes
This commit is contained in:
parent
77fd60a177
commit
689be54125
3 changed files with 28 additions and 23 deletions
|
|
@ -73,7 +73,7 @@ addvarsym(Fhdr *fp)
|
|||
Lsym *l;
|
||||
String *file;
|
||||
ulong v;
|
||||
char buf[1024];
|
||||
char buf[65536]; /* Some of those C++ names are really big */
|
||||
List *list, **tail, *tl;
|
||||
|
||||
if(fp == nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue