1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Paul Eggert
5cabadce63 bitrotate: better 'inline'
* lib/bitrotate.c: New file.
* lib/bitrotate.h (BITROTATE_INLINE):
New macros.
Replace all uses of 'static inline' with them.
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* modules/bitrotate (Files, lib_SOURCES): Add lib/bitrotate.c.
(Depends-on): Add extern-inline.
(configure.ac): Do not require AC_C_INLINE.
2012-11-29 23:38:49 -08:00
Simon Josefsson
e6a0d376a9 bitrotate: Add 8 bit rotate functions. 2008-09-01 13:55:05 +02:00
Simon Josefsson
ac5bd11a23 Fix last commit. 2008-09-01 13:38:15 +02:00
Simon Josefsson
69009347e0 Fix bitrotate module. 2008-09-01 09:27:04 +02:00
Simon Josefsson
ca19d955eb Add bitrotate module. 2008-08-29 14:51:37 +02:00