diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-22 22:14:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-22 22:14:49 +0300 |
commit | a702a6b6d6009068f4608a865bdd06a07259cf67 (patch) | |
tree | d585379df26577cf83ed1c11ea66d6e6bae41362 /support/regex.h | |
parent | 0ac746db72a0879bbd44325fe15b3ae33c63ecef (diff) | |
download | egawk-a702a6b6d6009068f4608a865bdd06a07259cf67.tar.gz egawk-a702a6b6d6009068f4608a865bdd06a07259cf67.tar.bz2 egawk-a702a6b6d6009068f4608a865bdd06a07259cf67.zip |
Update regex routines from GLIBC.
Diffstat (limited to 'support/regex.h')
-rw-r--r-- | support/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regex.h b/support/regex.h index 143b3afa..adddd9ee 100644 --- a/support/regex.h +++ b/support/regex.h @@ -1,6 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985, 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1985, 1989-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |