diff options
| author | Jim Meyering <jim@meyering.net> | 2005-08-23 19:41:09 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2005-08-23 19:41:09 +0000 |
| commit | 6cd08ed8ea28628817f6cd54b0430458a268820a (patch) | |
| tree | a41812aaea4c03642343c146a060085808938ab9 /lib/regex.c | |
| parent | . (diff) | |
| download | coreutils-6cd08ed8ea28628817f6cd54b0430458a268820a.tar.gz coreutils-6cd08ed8ea28628817f6cd54b0430458a268820a.zip | |
Update from gnulib.
Diffstat (limited to 'lib/regex.c')
| -rw-r--r-- | lib/regex.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/regex.c b/lib/regex.c index c202a8ca1..99c1a8250 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. @@ -82,12 +82,6 @@ #include <regex.h> #include "regex_internal.h" -#ifdef lint -# define IF_LINT(Code) Code -#else -# define IF_LINT(Code) /* empty */ -#endif - #include "regex_internal.c" #include "regcomp.c" #include "regexec.c" |
