bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

removed duplicate decl from regcomp.c


From: Paul Eggert
Subject: removed duplicate decl from regcomp.c
Date: Sat, 20 Aug 2005 15:27:45 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

I installed this, and filed a glibc bug report.

2005-08-20  Paul Eggert  <address@hidden>

        * srclist.txt: Add glibc bug 1223.
        * lib/regcomp.c (create_initial_state): Remove duplicate decl.

Index: config/srclist.txt
===================================================================
RCS file: /cvsroot/gnulib/gnulib/config/srclist.txt,v
retrieving revision 1.73
diff -p -u -r1.73 srclist.txt
--- config/srclist.txt  20 Aug 2005 07:42:15 -0000      1.73
+++ config/srclist.txt  20 Aug 2005 22:25:57 -0000
@@ -97,6 +97,7 @@ $LIBCSRC/stdlib/getsubopt.c           lib gpl
 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1057
 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1217
 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1220
+# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1223
 #$LIBCSRC/posix/regcomp.c              lib gpl
 #
 $LIBCSRC/posix/regex.c                 lib gpl
Index: lib/regcomp.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/regcomp.c,v
retrieving revision 1.4
diff -p -u -r1.4 regcomp.c
--- lib/regcomp.c       20 Aug 2005 07:42:15 -0000      1.4
+++ lib/regcomp.c       20 Aug 2005 22:25:57 -0000
@@ -33,7 +33,6 @@ static reg_errcode_t create_initial_stat
 static void optimize_utf8 (re_dfa_t *dfa);
 #endif
 static reg_errcode_t analyze (regex_t *preg);
-static reg_errcode_t create_initial_state (re_dfa_t *dfa);
 static reg_errcode_t preorder (bin_tree_t *root,
                               reg_errcode_t (fn (void *, bin_tree_t *)),
                               void *extra);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]