Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ncar!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: Non-Portable pointer assignment? Message-ID: <16358@smoke.brl.mil> Date: 8 Jun 91 03:34:43 GMT References: <1991Jun5.085138.21366@prl.dec.com> <1991Jun5.150527.22942@klaava.Helsinki.FI> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article mcdaniel@adi.com (Tim McDaniel) writes: >It is HIGHLY disconcerting to discover that a "character constant" is not of >type char, and an "enumeration constant" is not of its enumerated type. Disconcerting or no, both kinds of constants have been of type int since they were first introduced. (I.e. X3J11 didn't invent this.)