Bug 1231 - unncessary forward decls in regex_internal.c, regexec.c
Summary: unncessary forward decls in regex_internal.c, regexec.c
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: regex (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: GOTO Masanori
URL:
Keywords:
Depends on: 1220
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-23 18:25 UTC by Paul Eggert
Modified: 2018-04-19 14:52 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
remove unnecessary forward decls (1.34 KB, patch)
2005-08-23 18:26 UTC, Paul Eggert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Eggert 2005-08-23 18:25:59 UTC
This patch is like the patch in bug 1224, but applies to different source files.

This is just a minor cleanup to remove declarations
that are no longer needed once function prototypes are used consistently.
Comment 1 Paul Eggert 2005-08-23 18:26:34 UTC
Created attachment 609 [details]
remove unnecessary forward decls
Comment 2 Ulrich Drepper 2005-10-13 20:10:03 UTC
I merged this patch since it only affects static functions.