This website requires JavaScript.
Explore
Help
Sign In
mirror
/
emacs
Watch
1
Star
0
Fork
0
You've already forked emacs
mirror of
https://git.savannah.gnu.org/git/emacs.git
synced
2024-11-24 07:20:37 +00:00
Code
Issues
Releases
Activity
ebfb2c4d1b
emacs
/
lib
/
u64.c
5 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
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
2012-08-02 04:46:10 +00:00
#
include
<config.h>
#
define _GL_U64_INLINE _GL_EXTERN_INLINE
Merge from gnulib. 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2012-08-03 00:42:11 +00:00
#
include
"u64.h"
Merge from gnulib This incorporates: 2015-10-13 binary-io, u64, unistd: port to strict C 2015-09-26 c-ctype: do not worry about EBCDIC + char signed 2015-09-25 c-ctype: port better to z/OS EBCDIC 2015-09-25 gnulib-common.m4: fix gl_PROG_AR_RANLIB/AM_PROG_AR clash * doc/misc/texinfo.tex, lib/binary-io.c, lib/c-ctype.h, lib/u64.c: * lib/unistd.c, m4/gnulib-common.m4, m4/gnulib-comp.m4: Copy from gnulib.
2015-10-14 06:34:16 +00:00
typedef
int
dummy
;
Reference in New Issue
Copy Permalink