home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!Informatik.Uni-Dortmund.DE!gonzo!sprave
- From: sprave@gonzo.informatik.uni-dortmund.de (Joachim Sprave)
- Newsgroups: comp.std.c
- Subject: int const * p;
- Date: 1 Sep 1992 15:12:08 GMT
- Organization: CS Department, Dortmund University, Germany
- Lines: 21
- Sender: sprave@gonzo (Joachim Sprave)
- Distribution: world
- Message-ID: <180188INNmtc@fbi-news.Informatik.Uni-Dortmund.DE>
- NNTP-Posting-Host: gonzo
-
- Could anybody look in the standard, if
-
- int const * p;
-
- is allowed ?
-
- GCC treats it as
-
- const int * p;
-
- SUN's acc gives an error.
-
- //////\\
- / \
- _| _ _ |_
- |.|-(.)-(.)+.|
- \| J |/
- \ --- /
- \ /
- "####"
- Joachim
-