home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!gnu.ai.mit.edu!rms
- From: rms@gnu.ai.mit.edu (Richard Stallman)
- Subject: Is "...", instead of ",..." legal ?
- Message-ID: <9208142243.AA17677@mole.gnu.ai.mit.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- References: <9208130546.AA21241@megadata.mega.oz.au>
- Distribution: gnu
- Date: Fri, 14 Aug 1992 14:43:53 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 10
-
- There is no US law prohibiting a declaration of the form
- int foo (...);
- so it must be legal here. If you want to know about Australian law,
- you'll have to ask an Australian lawyer.
-
- However, perhaps what you really want to know is whether it is valid C.
- It is not valid according to ANSI C. However, GCC will let you write it.
-
-
-
-