[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libpoke: fix building pvm.jitter on windows
From: |
Hannes Domani |
Subject: |
Re: [PATCH] libpoke: fix building pvm.jitter on windows |
Date: |
Wed, 21 Feb 2024 11:38:52 +0000 (UTC) |
Am Dienstag, 20. Februar 2024 um 20:31:54 MEZ hat Jose E. Marchesi
<jemarch@gnu.org> Folgendes geschrieben:
Looks like my mail didn't make it to the list, trying again.
> Hello Hannes.
>
> This could be the right workaround, but I would prefer if it is
> restricted to windows targets. I would say it is actually necessary,
> because in many targets gnulib will not #define raise with a replacement
> at all.
I'm not sure what you mean, since you can #undef an identifier even if there
was no #define for it beforehand.
Hannes