home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12483 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.1 KB

  1. Xref: sparky comp.lang.c:12483 gnu.gcc.help:1932
  2. Path: sparky!uunet!timbuk.cray.com!shamash!uc.msc.edu!noc.msc.net!news.stolaf.edu!news.stolaf.edu!quanstro
  3. From: quanstro@lars.StOlaf.edu (goon)
  4. Newsgroups: comp.lang.c,gnu.gcc,gnu.gcc.help
  5. Subject: Re: gcc-cpp chokes: bug or feature?
  6. Message-ID: <QUANSTRO.92Aug18093959@lars.StOlaf.edu>
  7. Date: 18 Aug 92 14:39:59 GMT
  8. References: <BszKpr.GBu@cs.columbia.edu>
  9.     <1992Aug15.052021.26476@oracle.us.oracle.com>
  10. Sender: news@news.stolaf.edu
  11. Organization: St. Olaf College, Northfield, MN USA
  12. Lines: 11
  13. In-Reply-To: wkaufman@us.oracle.com's message of Sat, 15 Aug 1992 05:20:21 GMT
  14.  
  15. In article <1992Aug15.052021.26476@oracle.us.oracle.com> wkaufman@us.oracle.com (William Kaufman) writes:
  16.        Well, it's got to check for an #endif, right?  The #endif here
  17.    doesn't count, but it does have to look at it,...  This one: "
  18.  
  19.    #endif
  20.  
  21.    " doesn't count either, because it's contained in quotes: it's a
  22.    character literal, not a preprocessor directive.  Neither is: /*
  23.  
  24. False. This is not legal input to cpp. Cpp cannot deal with a multiline quote
  25. because lines are significant and separate preprocessor tokens (not C tokens).
  26.