David Michael <fedora....@gmail.com> skribis: > * libguile/Makefile.am (chknew-E chknew-SIG): Anchor the end of the > signal/error name pattern to only match alphanumeric symbols. > * libguile/cpp-SIG.syms (SIGEV_MAX_SIZE, SIGEV_NONE): Remove. > (SIGEV_PAD_SIZE, SIGEV_SIGNAL, SIGEV_THREAD): Likewise. > (SIGEV_THREAD_ID): Likewise. > --- > > > I'm assuming those sigevent structure values weren't intended to have > their definitions included with signals. This patch removes them and > adds stricter name matching to the regexp.
Good catch. Pushed as c3f95ec. Thanks! Ludo’.