delete HO_USG and setbuffer macros

This commit is contained in:
Ken Raeburn 1992-12-03 23:45:34 +00:00
parent dcc54cad96
commit 2ccf24f4c7

View file

@ -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 ();