public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Weiwen Liu <liu@hepvms.physics.yale.edu>
To: egcs@cygnus.com
Subject: typo in libio.h
Date: Mon, 08 Sep 1997 08:54:00 -0000	[thread overview]
Message-ID: <Pine.OSF.3.96.970908014540.27281A-100000@hepunix1.physics.yale.edu> (raw)

Hi,

The following patch fixes a type in libio.h.  Without this patch,
libstdc++ will fail.

Since Makefile does not specify that iofeof.c depends on libio.h,
remove iofeof.o before rebuilding libio.a



Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>

	* libio.h: Fix typo.

*** libio.h.~1~	Sat Sep  6 03:43:42 1997
--- libio.h	Mon Sep  8 01:20:27 1997
*************** extern int __overflow __P((_IO_FILE*, in
*** 273,279 ****
      ? __overflow(_fp, (unsigned char)(_ch)) \
      : (unsigned char)(*(_fp)->_IO_write_ptr++ = (_ch)))
  
! #define _IO_feof_unclocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0)
  #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)
  
  extern int _IO_getc __P ((_IO_FILE *__fp));
--- 273,279 ----
      ? __overflow(_fp, (unsigned char)(_ch)) \
      : (unsigned char)(*(_fp)->_IO_write_ptr++ = (_ch)))
  
! #define _IO_feof_unlocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0)
  #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)
  
  extern int _IO_getc __P ((_IO_FILE *__fp));


             reply	other threads:[~1997-09-08  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-08  8:54 Weiwen Liu [this message]
1997-09-08  9:13 ` Jeffrey A Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.OSF.3.96.970908014540.27281A-100000@hepunix1.physics.yale.edu \
    --to=liu@hepvms.physics.yale.edu \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).