[news.software.b] running news on small computers

steve@soma.UUCP (02/14/87)

I've had to make changes like these in both 2.10 and 2.11 now,
and in general the code involved will cause problems whenever
pointers are larger than ints, as is the case on 80286 "large model"
compilers and a few 68000 compilers i've used.  making the ints
in the VARARGS routines explicitly long seems to clear up the core
dumps.

		steve


checknews.c
325c325
< long arg1, arg2;
---
> int arg1, arg2;

visual.c
1827d1826
< long a1, a2, a3, a4;



Stan	     uucp:{shell,rice,cuae2}!soma!sob       Opinions expressed here
Olan         domain:sob@rice.edu or sob@soma.bcm.tmc.edu   are ONLY mine &
Barber       CIS:71565,623   BBS:(713)790-9004               noone else's.