summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-29 17:19:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-29 17:19:16 +0000
commit11290355c9454c575d56c7928a725fd95e88d6f8 (patch)
tree1cd5ff063250cff764a59189f1e1956c40925a35 /c/src/tests/support/include
parentnew programs added (diff)
downloadrtems-11290355c9454c575d56c7928a725fd95e88d6f8.tar.bz2
all targets compile .. tony's patches in place
Diffstat (limited to 'c/src/tests/support/include')
-rw-r--r--c/src/tests/support/include/tmacros.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/tests/support/include/tmacros.h b/c/src/tests/support/include/tmacros.h
index 6fb8402241..dc2a82f397 100644
--- a/c/src/tests/support/include/tmacros.h
+++ b/c/src/tests/support/include/tmacros.h
@@ -26,7 +26,6 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
-#include <libcsupport.h>
#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; \