pmccabe2html: escaping of special characters
[gnulib.git] / modules / bitrotate
index 13bd97e..97cd8dd 100644 (file)
@@ -1,17 +1,18 @@
 Description:
-Rotate bits in 16 and 32 bit integers.
+Rotate bits in unsigned 8, 16, and 32 bit integers.
 
 Files:
 lib/bitrotate.h
+lib/bitrotate.c
 
 Depends-on:
+extern-inline
 stdint
 
 configure.ac:
-AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
-lib_SOURCES += bitrotate.h
+lib_SOURCES += bitrotate.h bitrotate.c
 
 Include:
 "bitrotate.h"