Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!elroy.jpl.nasa.gov!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c Subject: Re: Compiling ANSI C on non-ANSI C environment Message-ID: <14832@goofy.megatest.UUCP> Date: 10 Jan 91 23:01:06 GMT Organization: Megatest Corporation, San Jose, Ca Lines: 14 The topic under consideration is a compiler from ANSI-C to original C, ("C Classic"?), for those of us who have UNIX boxes with C, but not the ANSI extensions and changes -- Sun workstations in my case. I'm seeing more and more stuff on the net in ANSI-C, which I cannot use easily, and it would be nice to have some of the features for development work also, particularly prototypes. So, what exactly are the tricky bits? I mentioned passing floats (not doubles) to procedures. Ditto chars. Raymond Chen reminded me of the ANSI rule against rearranging floating-point expressions. What else?