From: Ken Raeburn Date: Thu, 3 Dec 1992 23:45:34 +0000 (+0000) Subject: delete HO_USG and setbuffer macros X-Git-Tag: gdb-4_18-branchpoint~20584 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ccf24f4c7fc3c71460f0ab31fe65c16159ad451;p=thirdparty%2Fbinutils-gdb.git delete HO_USG and setbuffer macros --- diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h index d74c0d75bda..9ec2f2bbd22 100644 --- a/gas/config/ho-sysv.h +++ b/gas/config/ho-sysv.h @@ -17,10 +17,6 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define HO_USG - -#define setbuffer(stream, buf, size) setvbuf((stream), (buf), _IOLBF, (size)) - extern int free (); extern char *malloc ();