home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / bug / 2130 < prev    next >
Encoding:
Text File  |  1992-08-14  |  769 b   |  24 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!gnu.ai.mit.edu!rms
  3. From: rms@gnu.ai.mit.edu (Richard Stallman)
  4. Subject: Is "...", instead of ",..." legal ?
  5. Message-ID: <9208142243.AA17677@mole.gnu.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. References: <9208130546.AA21241@megadata.mega.oz.au>
  9. Distribution: gnu
  10. Date: Fri, 14 Aug 1992 14:43:53 GMT
  11. Approved: bug-gcc@prep.ai.mit.edu
  12. Lines: 10
  13.  
  14. There is no US law prohibiting a declaration of the form
  15.     int foo (...);
  16. so it must be legal here.  If you want to know about Australian law,
  17. you'll have to ask an Australian lawyer.
  18.  
  19. However, perhaps what you really want to know is whether it is valid C.
  20. It is not valid according to ANSI C.  However, GCC will let you write it.
  21.  
  22.  
  23.  
  24.