From 11290355c9454c575d56c7928a725fd95e88d6f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Sep 1995 17:19:16 +0000 Subject: all targets compile .. tony's patches in place --- testsuites/support/include/tmacros.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'testsuites/support/include') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 6fb8402241..dc2a82f397 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -26,7 +26,6 @@ extern "C" { #include #include -#include #define FOREVER 1 /* infinite loop */ @@ -95,8 +94,6 @@ extern "C" { putchar( '\n' ); \ } -#define put_buffer( _buffer ) XYZ( _buffer ) - #define build_time( TB, MON, DAY, YR, HR, MIN, SEC, TK ) \ { (TB)->year = YR; \ (TB)->month = MON; \ -- cgit v1.2.3