From 8d47a15eb9285633902bcad9e76f6d32f59c2af3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Aug 1995 14:33:56 +0000 Subject: cleanup --- testsuites/support/include/tmacros.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'testsuites/support/include') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 8a5fad37c8..1d6f3a9a7f 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -21,10 +21,12 @@ extern "C" { #endif -#include "bsp.h" -#include "stdio.h" -#include "stdlib.h" -#include "libcsupport.h" +#include +#include + +#include +#include +#include #define FOREVER 1 /* infinite loop */ @@ -59,7 +61,7 @@ extern "C" { #define pause() \ do { \ char buffer[ 80 ]; \ - printf( " " ); fflush( stdout ); \ + printf( "" ); fflush( stdout ); \ gets( buffer ); \ puts( "" ); \ } while ( 0 ) @@ -67,7 +69,7 @@ extern "C" { #define pause_and_screen_number( _screen ) \ do { \ char buffer[ 80 ]; \ - printf( " ", (_screen) ); fflush( stdout ); \ + printf( " ", (_screen) ); fflush( stdout ); \ gets( buffer ); \ puts( "" ); \ } while ( 0 ) -- cgit v1.2.3