From bf08a0f2a75f7626c6f76cdfdf1269339edb003a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Sep 2011 02:58:15 +0000 Subject: =?UTF-8?q?2011-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/include/tmacros.h: Remove PRItime_t. --- testsuites/support/include/tmacros.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 9fb3c45098..9042f59fc2 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -273,10 +273,6 @@ extern "C" { * certain system types on different targets. */ -/* HACK: Presume time_t to be a "long" */ -/* HACK: There is no portable way to print time_t's */ -#define PRItime_t "ld" - #if defined(RTEMS_USE_16_BIT_OBJECT) #define PRIxrtems_id PRIx16 #else -- cgit v1.2.3