Mercurial > hg > octave-lojdl > gnulib-hg
view modules/u64 @ 17025:ca76418cc04d
u64: use extern-inline
* lib/u64.c: New file.
* lib/u64.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
(_GL_U64_INLINE): New macro. Use it instead of 'static inline'.
* modules/u64 (Files): Add lib/u64.c.
(Depends-on): Add extern-inline.
(configure.ac): No need to require AC_C_INLINE, since extern-inline
does that now.
(lib_SOURCES): Add u64.c.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 28 Jul 2012 07:20:59 -0700 |
parents | ea823743f290 |
children |
line wrap: on
line source
Description: uint64_t-like operations that work even on hosts lacking uint64_t Files: lib/u64.h lib/u64.c Depends-on: extern-inline stdint configure.ac: Makefile.am: lib_SOURCES += u64.c Include: "u64.h" License: LGPLv2+ Maintainer: Paul Eggert