📜  github ctags - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:06.860000             🧑  作者: Mango

代码示例1
Import regex from gnulib

ctags distribution includes regex library from glibc, but it is too old (from glibc-2.10.1 released in 2009).
See also #3034.

This PR imported the latest gnulib regex module.