home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!intellicorp.com!TRANLE
- From: TRANLE@intellicorp.com (Minh Tran-Le)
- Subject: gcc-2.3.3: config/hp320.h line 361 has a trailing whitespace.
- Message-ID: <9212271808.AA13042@life>
- Sender: gnulists@ai.mit.edu
- Reply-To: tranle@intellicorp.com
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Sun, 27 Dec 1992 18:06:26 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 25
-
- In the config file config/hp320.h there is a trailing whitespace after
- the '\' character at line 361.
-
- Thanks,
- Minh Tran-Le.
-
- ---------------------------------------------------------------------------
- *** hp320.h.~1~ Tue Dec 8 07:33:07 1992
- --- hp320.h Sun Dec 27 09:59:23 1992
- ***************
- *** 358,362 ****
- union { double d; int i[2]; } dummy_u; \
- dummy_u.d = (VALUE); \
- ! asm_fprintf (FILE, "%I0x%x%08x", dummy_u.i[0], dummy_u.i[1]); \
- } while (0)
-
- --- 358,362 ----
- union { double d; int i[2]; } dummy_u; \
- dummy_u.d = (VALUE); \
- ! asm_fprintf (FILE, "%I0x%x%08x", dummy_u.i[0], dummy_u.i[1]); \
- } while (0)
-
- -------
-
-
-