home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / gcc / help / 2335 < prev    next >
Encoding:
Text File  |  1992-10-16  |  799 b   |  25 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!convex!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!glum.DEv.cf.ac.UK!MEHRDAD
  3. From: MEHRDAD@glum.DEv.cf.ac.UK (GHASSEMPOORY)
  4. Subject: Documentation error in REAL_VALUE_TRUNCATE macro
  5. Message-ID: <9210161347.AB02956@life.ai.mit.edu>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 14 Oct 1992 13:44:00 GMT
  10. Lines: 13
  11.  
  12. I am trying to make a GCC 68K cross compiler for VAX-VMS. Since VAX is not 
  13. compatible with IEEE floating point, I have to define REAL_VALUE... macros
  14. according to GNU manual pages 294-295. The manual defines the macro as:
  15.  
  16.     REAL_VALUE_TRUNCATE(x)
  17.  
  18. While real.h has a default definition :
  19.  
  20.     REAL_VALUE_TRUNCATE(mode,x)
  21.  
  22. Can somebody clarify the situation please?
  23.  
  24. Many thanks in advance
  25.