bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] Re: version-etc.c and non-FSF copyrights


From: Paul Eggert
Subject: [bug-gnulib] Re: version-etc.c and non-FSF copyrights
Date: Wed, 19 Jan 2005 11:30:19 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Simon Josefsson <address@hidden> writes:

> This reminds me, couldn't we use a xalloc/xalloc-die-approach for
> version-etc?
>
> I.e., put the version_etc_copyright variable definition in a separate
> module, version-etc-fsf, and remove it from version-etc.c?  And add a
> 'extern char* version_etc_copyright' to version-etc.h or something.

That works for me, though (while we're on the subject) I'd mildly
prefer to change the signature to "extern char const
version_etc_copyright[]" while we're at it, as I don't see much point
in having it be a variable pointer to variable data.  It's not
supposed to be translated.  (And I think it's unlikely that the
copyright owner will change during the execution of the program --
though I suppose we could make it an option if that problem comes
up. :-)




reply via email to

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