annotate lib/c-ctype.c @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 5097f4c3f237
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7471
49b97d5983be Make it possible to #define c_isascii etc. to aliases.
Bruno Haible <bruno@clisp.org>
parents: 7009
diff changeset
1 #include <config.h>
18111
5097f4c3f237 c-ctype: rewrite to use inline functions
Paul Eggert <eggert@cs.ucla.edu>
parents: 18102
diff changeset
2 #define C_CTYPE_INLINE _GL_EXTERN_INLINE
7471
49b97d5983be Make it possible to #define c_isascii etc. to aliases.
Bruno Haible <bruno@clisp.org>
parents: 7009
diff changeset
3 #include "c-ctype.h"