John Darrington <j...@darrington.wattle.id.au> writes:

> The attatched patch makes a solution to bug #31566 possible.
>
> It replaces the const char* with a struct string *

I don't like the idea of doing this extra allocation, copying,
and deallocation if we can avoid it.  I think that we can avoid
it.

One way, for example, would be to add a new var_* function that
returns the variable name and label together, keeping the string
cached as part of the struct variable.

_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to