diff options
author | Miles Bader <miles@gnu.org> | 1996-05-14 00:16:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-14 00:16:50 +0000 |
commit | 8ab41b4babcfcc28bdd3b174b2dbfac96b4a627f (patch) | |
tree | 145f4c44f836989f05c70b75e6b092d5d55df00c | |
parent | 1796d83f0f1b602f471047d71192155b3276d5a0 (diff) | |
download | glibc-8ab41b4babcfcc28bdd3b174b2dbfac96b4a627f.tar.gz glibc-8ab41b4babcfcc28bdd3b174b2dbfac96b4a627f.tar.xz glibc-8ab41b4babcfcc28bdd3b174b2dbfac96b4a627f.zip |
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
-rw-r--r-- | posix/regex.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/posix/regex.c b/posix/regex.c index c127b01aa5..65f9599b8d 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -5481,11 +5481,3 @@ regfree (preg) } #endif /* not emacs */ - -/* -Local variables: -make-backup-files: t -version-control: t -trim-versions-without-asking: nil -End: -*/ |