Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31089/src/modules/mal

Modified Files:
      Tag: MonetDB_5-2
        pcre.mx 
Log Message:
pcre_index was missing in case we did have lib pcre. Now its there.


Index: pcre.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/pcre.mx,v
retrieving revision 1.49.2.2
retrieving revision 1.49.2.3
diff -u -d -r1.49.2.2 -r1.49.2.3
--- pcre.mx     15 Dec 2007 15:11:38 -0000      1.49.2.2
+++ pcre.mx     17 Dec 2007 19:59:03 -0000      1.49.2.3
@@ -181,7 +181,7 @@
 }
 
 str
-pcre_index_wrap(int *res, pcre * pattern, str s)
+pcre_index(int *res, pcre * pattern, str s)
 {
        (void) res;
        (void) pattern;


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to