diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-07 20:01:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-07 20:01:44 +0200 |
commit | 840a7fd39249c6680e74dd72d1ba0c55174a4996 (patch) | |
tree | c1af6ba478464618eb56cb5d17bd5f41a12b76cd /regex.h | |
parent | 871e6f0348f8e6ee82a9ddcfcf8f88f4c818e4ae (diff) | |
download | egawk-840a7fd39249c6680e74dd72d1ba0c55174a4996.tar.gz egawk-840a7fd39249c6680e74dd72d1ba0c55174a4996.tar.bz2 egawk-840a7fd39249c6680e74dd72d1ba0c55174a4996.zip |
Sync regex with GLIBC.
Diffstat (limited to 'regex.h')
-rw-r--r-- | regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985, 1989-2014 Free Software Foundation, Inc. + Copyright (C) 1985, 1989-2015 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 |