1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Avoid HP-UX cc warning.

This commit is contained in:
Bruno Haible
2007-03-25 18:07:11 +00:00
parent 161ecac267
commit 0bebe7285a
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-03-25 Bruno Haible <bruno@clisp.org>
* lib/regexec.c (merge_state_with_log): Make static.
2007-03-25 Bruno Haible <bruno@clisp.org>
* lib/trigl.c (kernel_rem_pio2): Make static.
+3 -2
View File
@@ -1,5 +1,6 @@
/* Extended regular expression matching and search library.
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
@@ -2338,7 +2339,7 @@ transit_state (reg_errcode_t *err, re_match_context_t *mctx,
}
/* Update the state_log if we need */
re_dfastate_t *
static re_dfastate_t *
internal_function
merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx,
re_dfastate_t *next_state)