Displaying 1 result from an estimated 1 matches for "savecount".
Did you mean:
save_count
2001 Dec 06
2
Solaris install problem ... mcount
...1>R-1.3.1/src/main > grep -i mcount *
list.c:static int ItemCounts;
list.c: if(ItemCounts < MaxCount) {
list.c: for(j = 0 ; j < ItemCounts ; j++) {
list.c: SET_STRING_ELT(ans, ItemCounts, name);
list.c: ItemCounts += 1;
list.c: ItemCounts = 0;
list.c: savecount = ItemCounts;
list.c: ans = allocVector(STRSXP, ItemCounts);
list.c: ItemCounts = 0;
list.c: if(ItemCounts != savecount) {
list.c: ans = allocVector(STRSXP, ItemCounts);
list.c: for(i = 0 ; i < ItemCounts ; i++)
0[216]0 nightingale:/<1>R-1.3.1/src/main >
Any help?
Thanks -- T...