diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:08:35 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:08:35 +0200 |
commit | 2d88b04891825ae4e687b95813cff87627404930 (patch) | |
tree | 8c5f3c6a2ea3ac997aebd70345bd7fbaa94aa94b /regex.h | |
parent | 090687d94ad8a411c5e2cc434345e843ad381082 (diff) | |
download | egawk-2d88b04891825ae4e687b95813cff87627404930.tar.gz egawk-2d88b04891825ae4e687b95813cff87627404930.tar.bz2 egawk-2d88b04891825ae4e687b95813cff87627404930.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-2015 Free Software Foundation, Inc. + Copyright (C) 1985, 1989-2016 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 |