Changeset: d3824d387ee2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d3824d387ee2
Modified Files:
        monetdb5/modules/mal/pcre.mx
Branch: Aug2011
Log Message:

declare function strcasestr() static, as it is not used outside this source file


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pcre.mx b/monetdb5/modules/mal/pcre.mx
--- a/monetdb5/modules/mal/pcre.mx
+++ b/monetdb5/modules/mal/pcre.mx
@@ -248,7 +248,7 @@
 } RE;
 
 #ifndef HAVE_STRCASESTR
-char *
+static char *
 strcasestr (char *haystack, char *needle)
 {
        char *p, *startn = 0, *np = 0;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to