bug-gnu-pspp
[Top][All Lists]
Advanced

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

Re: PSPP-BUG: Problem compiling last output branch


From: Ben Pfaff
Subject: Re: PSPP-BUG: Problem compiling last output branch
Date: Thu, 11 Jun 2009 20:26:27 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

michel <address@hidden> writes:

> Seems like both function and its signature are different:
>
> value.c:126 unsigned int value_hash (const union value *value, int width,
> unsigned int basis
> value.h:75  size_t       value_hash (const union value *     , int width,
> unsigned int basis);
>
> Don't know which is wrong, but if I change the 'size_t' to 'unsigned int'
> it works.

Thanks for pointing out the problem.  Your fix is correct.  I
pushed it out.
-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

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