various fixes

This commit is contained in:
rsc 2005-11-28 00:39:42 +00:00
parent 77fd60a177
commit 689be54125
3 changed files with 28 additions and 23 deletions

View file

@ -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)