home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20171 < prev    next >
Encoding:
Text File  |  1993-01-25  |  927 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!taumet!steve
  3. From: steve@taumet.com (Steve Clamage)
  4. Subject: Re: Possible bug in BC 3.1: ellipsis in proto argument list
  5. Message-ID: <1993Jan25.164722.20143@taumet.com>
  6. Organization: TauMetric Corporation
  7. References: <1993Jan24.050036.26236@ns1.cc.lehigh.edu> <1993Jan24.161612.18120@taumet.com>
  8. Date: Mon, 25 Jan 1993 16:47:22 GMT
  9. Lines: 18
  10.  
  11. steve@taumet.com (Steve Clamage) writes:
  12.  
  13. >...  The ellipsis-only notation
  14.     [ void foo(...); ]
  15. > is to allow
  16. >linking to functions written in another language (not C++) where the
  17. >calling conventions just happen to work and you are willing to forgo type
  18. >checking and default promotion of actual arguments.
  19.  
  20. I meant to say
  21. "...forgo type checking and accept default promotion of actual arguments."
  22.                             ^^^^^^
  23. >-- 
  24.  
  25. >Steve Clamage, TauMetric Corp, steve@taumet.com
  26. -- 
  27.  
  28. Steve Clamage, TauMetric Corp, steve@taumet.com
  29.