home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / utils / bug / 2258 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.0 KB  |  34 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!icule.UUCP!pinard
  3. From: pinard@icule.UUCP (Francois Pinard)
  4. Subject: GNU regexp 0.11 const problem (configuring)
  5. Message-ID: <9212192255.AA14447@icule.UUCP>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: pinard@iro.umontreal.ca
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Sat, 19 Dec 1992 22:55:09 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 20
  13.  
  14. GNU regexp 0.11 contains:
  15.  
  16.     #if __STDC__
  17.     #define _RE_ARGS(args) args
  18.     #else /* not __STDC__ */
  19.     #define _RE_ARGS(args) ()
  20. ->    #if !const && !HAVE_CONST
  21.     #define const
  22.     #endif
  23.     #endif /* not __STDC__ */
  24.  
  25. Presuming Autoconf's AC_CONST defined `const' to be empty, and without
  26.  __STDC__, the preprocessor sees a syntax error at the arrow.  Maybe
  27. regexp.h should simply leave const alone, and let Autoconf handle it.
  28.  
  29. -- 
  30. Franc,ois Pinard        ``Vivement GNU!''       pinard@iro.umontreal.ca
  31. (514) 588-4656                                   ...!uunet!iros1!pinard
  32. About the League for Programming Freedom?  Email me or lpf@uunet.uu.net
  33.  
  34.