View | Details | Raw Unified | Return to bug 88120
Collapse All | Expand All

(-)src/autoconf (-1 / +1 lines)
Lines 968-974 Link Here
968
  free(q);
968
  free(q);
969
  printf("/* %d move%s in %d steps of size %d when reallocing */\n",
969
  printf("/* %d move%s in %d steps of size %d when reallocing */\n",
970
	 count,count==1?"":"s",(int)(max/BLKSIZ),BLKSIZ);
970
	 count,count==1?"":"s",(int)(max/BLKSIZ),BLKSIZ);
971
  if(BLKSIZ*(10*count+1)>max)
971
  if( 1 || BLKSIZ*(10*count+1)>max)
972
   { puts("#define INEFFICIENTrealloc");
972
   { puts("#define INEFFICIENTrealloc");
973
     exit(1);
973
     exit(1);
974
   }
974
   }

Return to bug 88120