home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!world!ksr!jfw
- From: jfw@ksr.com (John F. Woods)
- Newsgroups: comp.std.c
- Subject: Re: int const * p;
- Message-ID: <15441@ksr.com>
- Date: 2 Sep 92 12:02:53 EDT
- References: <180188INNmtc@fbi-news.Informatik.Uni-Dortmund.DE> <181tsmINN8uh@fbi-news.Informatik.Uni-Dortmund.DE>
- Sender: news@ksr.com
- Lines: 14
-
- sprave@gonzo.informatik.uni-dortmund.de (Joachim Sprave) writes:
- >I apologize to SUN, Jutta you're right. The fact is, in my test
- >program I jumped to the wrong line. So
- > int const * p;
- >is accepted by acc and gcc. The error message occured in the line
- > const int const *q;
- >which IMO is incorrect, or at least useless.
-
- "Constraints
- The same type qualifier shall not appear more than once in the same
- specifier list or qualifier list, either directly or via one or more
- typedefs."
-
- Your opinion is fact, it is incorrect.
-