From 788cace2cb783db0b4df6338f89e6b026ae23e9b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 28 Nov 2009 04:15:19 -0800 Subject: Code cleanup. All private functions static. Private stuff in regex module not exposed in header. Etc. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 50574eaa..1a38ca37 100755 --- a/configure +++ b/configure @@ -116,7 +116,7 @@ yacc=${yacc-'$(cross)$(tool_prefix)$(yaccname)'} nm=${nm-'$(cross)$(tool_prefix)nm'} opt_flags=${opt_flags--O2} lang_flags=${lang_flags--ansi -D_POSIX_C_SOURCE=2} -diag_flags=${diag_flags--Wall} +diag_flags=${diag_flags--Wall -Wmissing-prototypes -Wstrict-prototypes} debug_flags=${debug_flags--g} inline=${inline-} platform_flags=${platform_flags-} -- cgit v1.2.3