2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
- * srclist.txt: Add glibc bugs 1220, 1221, 1222, 1223, 1224, 1225.
+ * srclist.txt: Add glibc bugs 1220, 1221, 1222, 1223, 1224, 1225, 1226.
2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
-# $Id: srclist.txt,v 1.76 2005-08-21 00:43:34 eggert Exp $
+# $Id: srclist.txt,v 1.77 2005-08-21 03:31:46 eggert Exp $
# Files for which we are not the source. See ./srclistvars.sh for the
# variable definitions.
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1215
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1218
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1220
+# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1226
#$LIBCSRC/posix/regex_internal.c lib gpl
#
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1054
+2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
+
+ * regex_internal.c (calc_state_hash): Put 'inline' before type, since
+ some compilers warn about it otherwise.
+
2005-08-20 Jim Meyering <jim@meyering.net>
* regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
const re_node_set *nodes,
unsigned int context,
unsigned int hash) internal_function;
-static unsigned int inline calc_state_hash (const re_node_set *nodes,
+static inline unsigned int calc_state_hash (const re_node_set *nodes,
unsigned int context) internal_function;
\f
/* Functions for string operation. */
return dfa->nodes_len++;
}
-static unsigned int inline
+static inline unsigned int
internal_function
calc_state_hash (const re_node_set *nodes, unsigned int context)
{