1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/vararrays
Paul Eggert b9c0c4a79d regex: port to tcc
Problem reported by Benno Schulenberg in:
https://lists.gnu.org/r/bug-gnulib/2021-11/msg00038.html
* modules/regex (Depends-on): Depend on vararrays, since
lib/regex.h uses __STDC_NO_VLA__.
* modules/vararrays: Change license from LGPL to LGPLv2+.
2021-11-27 00:51:21 -08:00

21 lines
170 B
Plaintext

Description:
Variable-length arrays
Files:
m4/vararrays.m4
Depends-on:
configure.ac:
AC_C_VARARRAYS
Makefile.am:
Include:
License:
LGPLv2+
Maintainer:
Paul Eggert