mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/xstrtol-error.c (_): New macro. (xstrtol_error): Use dgettext() instead of gettext(). * modules/xstrtol-error (Depends-on): Add gnulib-i18n.
29 lines
306 B
Plaintext
29 lines
306 B
Plaintext
Description:
|
|
Error reporting function for xstrto* functions.
|
|
|
|
Files:
|
|
lib/xstrtol-error.c
|
|
lib/xstrtol-error.h
|
|
|
|
Depends-on:
|
|
xstrtol
|
|
error
|
|
exitfail
|
|
getopt-gnu
|
|
gettext-h
|
|
gnulib-i18n
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtol-error.c
|
|
|
|
Include:
|
|
"xstrtol-error.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|