bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bitrotate


From: Bruno Haible
Subject: Re: bitrotate
Date: Mon, 1 Sep 2008 11:50:15 +0200
User-agent: KMail/1.5.4

Simon Josefsson wrote:
> --- a/modules/bitrotate
> +++ b/modules/bitrotate
> @@ -1,5 +1,5 @@
>  Description:
> -Rotate bits in 16 and 32 bit integers.
> +Rotate bits in 16 and 32 bit integers using stdint.h.
>  
>  Files:
>  lib/bitrotate.h

Well, that's not what I meant. I meant to add a format dependency:

--- modules/bitrotate.orig      2008-09-01 11:48:24.000000000 +0200
+++ modules/bitrotate   2008-09-01 11:48:10.000000000 +0200
@@ -1,10 +1,11 @@
 Description:
-Rotate bits in 16 and 32 bit integers using stdint.h.
+Rotate bits in 16 and 32 bit integers.
 
 Files:
 lib/bitrotate.h
 
 Depends-on:
+stdint
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]