delete HO_USG and setbuffer macros
authorKen Raeburn <raeburn@cygnus>
Thu, 3 Dec 1992 23:45:34 +0000 (23:45 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 3 Dec 1992 23:45:34 +0000 (23:45 +0000)
gas/config/ho-sysv.h

index d74c0d7..9ec2f2b 100644 (file)
    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 ();