On Aug 27, 2011, at 6:14 AM, David Aguilar wrote:
This fixes it for me, but we might want to rearrange the
#includes a bit. I think this needs more work.. including
compat/obstack.h from kwset.c seems wrong.
Should we just include obstack.h in git-compat-util instead?
If obstack.h is only used in kwset, I don't see a problem with it.
-- 8< --
Subject: [RFC PATCH] obstack: Fix portability issues
This patch does solve my compile problem. Now to track down test failures (unrelated to this issue, I'm very sure).
~~ B