From f7327524fce6a7db28850c8b8b8f0e99d0b2402b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 30 May 2002 16:52:20 +0000 Subject: - Weitere Anpassungen an pre-ANSI-Compiler. --- src/portab/portabtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/portab') diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c index 14cbc008..f5e4a5e7 100644 --- a/src/portab/portabtest.c +++ b/src/portab/portabtest.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: portabtest.c,v 1.4 2002/05/27 13:01:40 alex Exp $ + * $Id: portabtest.c,v 1.5 2002/05/30 16:52:20 alex Exp $ * * portabtest.c: Testprogramm fuer portab.h */ @@ -39,7 +39,7 @@ main( VOID ) } else puts( "ok." ); - puts( "- system type: "TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS ); + printf( "- system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS ); return ret; } /* main */ -- cgit 1.4.1