From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 11 Feb 2012 19:03:37 +0800 References: <1322044544-15153-1-git-send-email-ordex@autistici.org> In-Reply-To: <1322044544-15153-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202111903.39167.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: add biggest_unsigned_int(x) macro Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, November 23, 2011 18:35:44 Antonio Quartulli wrote: > in case of dynamic type variable, it could be needed to compute at compile > time its maximal value. This macro helps in doing that for unsigned > integer types Applied in revision 9c7df12. Thanks, Marek