CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/11/01 14:26:20
Modified files: gnu/lib/libreadline: rlstdc.h Log message: Do not neuter __attribute__ with __STRICT_ANSI__ This broke readline support in newer Pythons and generally seems a bad idea. Upstream have removed this conditional in 5.0. ok millert