view modules/unictype/property-ascii-hex-digit @ 12541:1b9d71e4e297

Use AC_C_INLINE instead of module 'inline' where possible.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 15:47:10 +0100
parents 6dc73c76eced
children 86634e33e086
line wrap: on
line source

Description:
Test whether a Unicode character is "ascii hex digit".

Files:
lib/unictype/pr_ascii_hex_digit.c
lib/unictype/pr_ascii_hex_digit.h
lib/unictype/bitmap.h

Depends-on:
unictype/base

configure.ac:
AC_REQUIRE([AC_C_INLINE])

Makefile.am:
lib_SOURCES += unictype/pr_ascii_hex_digit.c

Include:
"unictype.h"

License:
LGPL

Maintainer:
Bruno Haible