1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge from gnulib, for extern-inline.

2012-08-01 extern-inline: new module
2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
* lib/stat-time.c, lib/utimespec.c, lib/u64.c, m4/extern-inline.m4:
New files.  The new .c files are for instantiating extern inline
functions.

Fixes: debbugs:12116
This commit is contained in:
Paul Eggert 2012-08-01 21:46:10 -07:00
parent 13294f9517
commit a0d4efe9c3
12 changed files with 136 additions and 23 deletions

3
lib/u64.c Normal file
View file

@ -0,0 +1,3 @@
#include <config.h>
#define _GL_U64_INLINE _GL_EXTERN_INLINE
#include <u64.h>