bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] gnulib module for uintmax_t? (and best practice questio


From: Paul Eggert
Subject: Re: [Bug-gnulib] gnulib module for uintmax_t? (and best practice questions)
Date: Sun, 17 Oct 2004 19:48:19 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

James Youngman <address@hidden> writes:

> 1. What is the best way for me to get intmax_t #defined or typedeffed?

gnulib provides two ways: m4/intmax_t.m4 (used by the inttostr,
strtoimax, vasnprintf, and xstrtol modules), and m4/intmax.m4 (used by
the gettext module).  The former defines a replacement intmax_t, and
the latter doesn't.

m4/intmax_t.m4 is the analog of m4/uintmax_t.m4, so if you're used to
the latter the former is probably what you're looking for.

>    If the answer is an m4 file from somewhere, where do I put it?  I
>    can't put it in findutils-x.y.z/gnulib/m4 because that's the
>    pristine output of gnulib-tool, and I don't think that aclocal
>    picks stuff up from anywhere else.

Can you arrange for gnulib-tool to pick up m4/intmax_t.m4?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]