From 9f4e62da127719bafe1b45cd21204472df6e8b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 1 Jun 2004 09:37:57 +0000 Subject: [PATCH] added a #define __P(x) x git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7724 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/tput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/bin/tput.c b/src/apps/bin/tput.c index 10ef38447c..1289959a04 100644 --- a/src/apps/bin/tput.c +++ b/src/apps/bin/tput.c @@ -30,6 +30,7 @@ */ //#include +#define __P(x) x #ifndef lint static char copyright[] ="@(#) Copyright (c) 1980, 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n";