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

Re: dateutils: FTBFS on hurd-i386 (for review)



Svante Signell, le Thu 15 May 2014 10:33:48 +0200, a écrit :
> On Thu, 2014-05-15 at 10:02 +0200, Samuel Thibault wrote:
> 
>     Why?
> 
>     The existing code is using static const, what happens if you don't leave
>     it as it is?
> 
>   CC       clittool-clittool.o
> 
> clittool.c: In function 'differ':
> clittool.c:720:4: error: initializer element is not constant
>     expfn, actfn, NULL,

Ah, ok, expfn and actfn used to be static.  Dropping static for diff_opt
should be fine here indeed.

Samuel


Reply to: