Re: check_version

2005-06-25 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Not sure I follow the higher-level language part... Perhaps I should > explain more what I use this for. > > I use it in my libraries, which are all written in C. The source code Thanks for explaining. That's what I suspected. What do you think about

Re: check_version

2005-06-25 Thread Simon Josefsson
Jim Meyering <[EMAIL PROTECTED]> writes: > Simon Josefsson <[EMAIL PROTECTED]> wrote: >> I'm using this module in all of my GNU packages. One complication >> might be that it depends on VERSION being defined. Feedback >> appreciated. > > Looks useful, but sounds like a job better implemented > i

Re: check_version

2005-06-25 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > I'm using this module in all of my GNU packages. One complication > might be that it depends on VERSION being defined. Feedback > appreciated. Looks useful, but sounds like a job better implemented in a higher level language. But maybe you have const

Re: check_version

2005-06-25 Thread Simon Josefsson
Simon Josefsson <[EMAIL PROTECTED]> writes: > Index: lib/check_version.c Just realized: it should #include check_version.h. Other than that, I have now built and tested the module in one project. ___ bug-gnulib mailing list bug-gnulib@gnu.org http://

check_version

2005-06-25 Thread Simon Josefsson
I'm using this module in all of my GNU packages. One complication might be that it depends on VERSION being defined. Feedback appreciated. 2005-06-25 Simon Josefsson <[EMAIL PROTECTED]> * modules/check_version: New file. 2005-06-25 Simon Josefsson <[EMAIL PROTECTED]> * che

Re: size_max

2005-06-25 Thread Simon Josefsson
Paul Eggert <[EMAIL PROTECTED]> writes: >> In this case, I think naming me and Bruno as maintainer would be the >> right thing. Ok? > > It's fine with me, though I'd like to hear Bruno's opinion. Yup, I'll wait for Bruno's response. >> Should we start replacing >> >> /* Get SIZE_MAX. */ >> #in