From 38c5dbe85760a2794126b1f3fe60badb2610329a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 28 Sep 2005 03:05:58 +0000 Subject: [PATCH] Move rk_UNCONST to roken.h.in since it might use uintptr_t depending on avaibility. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16102 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index ac60a6b1c..730cafa14 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -258,8 +258,6 @@ #define __attribute__(x) #endif -#define rk_UNCONST(x) ((void *)(unsigned long)(const void *)(x)) - ROKEN_CPP_START #ifndef IRIX4 /* fix for compiler bug */