home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!convex!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!glum.DEv.cf.ac.UK!MEHRDAD
- From: MEHRDAD@glum.DEv.cf.ac.UK (GHASSEMPOORY)
- Subject: Documentation error in REAL_VALUE_TRUNCATE macro
- Message-ID: <9210161347.AB02956@life.ai.mit.edu>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 14 Oct 1992 13:44:00 GMT
- Lines: 13
-
- I am trying to make a GCC 68K cross compiler for VAX-VMS. Since VAX is not
- compatible with IEEE floating point, I have to define REAL_VALUE... macros
- according to GNU manual pages 294-295. The manual defines the macro as:
-
- REAL_VALUE_TRUNCATE(x)
-
- While real.h has a default definition :
-
- REAL_VALUE_TRUNCATE(mode,x)
-
- Can somebody clarify the situation please?
-
- Many thanks in advance
-