Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!unmvax!uokmax!d.cs.okstate.edu!klarich From: klarich@d.cs.okstate.edu (KLARICH TERRY JAME) Newsgroups: comp.unix.xenix Subject: cc dumps core on this program why? Message-ID: <1990Aug17.155435.24205@d.cs.okstate.edu> Date: 17 Aug 90 15:54:35 GMT Organization: Oklahoma State University, Stillwater Lines: 20 I am running xenix 2.3.2 for 386. I have installed the lng085 update. Consider this program. Why does cc dump core? #include #include main() { double d; d = MAXDOUBLE; } I am not sure of the "values.h" it might be "value.h" and the MAXDOUBLE might be something else like MAXDBL. I am typing this in from memory. But, you get the idea. Terry Klarich