[comp.emacs] MicroEMACS 3.10 beta - #4

davidsen@steinmetz.ge.com (William E. Davidsen Jr) (12/17/88)

                           Compiler Warnings

  If you have an ANSI compliant compiler, it may have NULL defined as a
pointer, namely "(void *)0". In tcap.c there is one place where NULL
was used to initialize an int field. This corrects that and gets rid of
the compiler warnings.

92,95c92
< 	NULL,	/* these four values are set dynamically at open time */
< 	NULL,
< 	NULL,
< 	NULL,
---
> 	0,0,0,0,	/* these four values are set dynamically at open time */
-- 
	bill davidsen		(wedu@ge-crd.arpa)
  {uunet | philabs}!steinmetz!crdos1!davidsen
"Stupidity, like virtue, is its own reward" -me