Path: utzoo!attcan!uunet!steinmetz!davidsen From: davidsen@steinmetz.ge.com (William E. Davidsen Jr) Newsgroups: comp.emacs Subject: MicroEMACS 3.10 beta - #4 Keywords: memacs, beta Message-ID: <12815@steinmetz.ge.com> Date: 16 Dec 88 18:42:07 GMT Reply-To: davidsen@crdos1.UUCP (bill davidsen) Organization: GE Corp. R & D, Schenectady,NY Lines: 19 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