From fd3e280e830b5cac4386c1ffd60f248be7774d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 15 Sep 2004 09:35:09 +0000 Subject: [PATCH] we now have uintptr_t in our headers git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8966 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bison/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/bison/config.h b/src/apps/bin/bison/config.h index e99e857e64..6830954f68 100644 --- a/src/apps/bin/bison/config.h +++ b/src/apps/bin/bison/config.h @@ -234,7 +234,7 @@ #define HAVE_TIMES 1 /* Define to 1 if the system has the type `uintptr_t'. */ -//#define HAVE_UINTPTR_T 1 +#define HAVE_UINTPTR_T 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1