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

Modified Files:
        algebraExtensions.mx 
Log Message:
New signatures have been added.


Index: algebraExtensions.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/algebraExtensions.mx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- algebraExtensions.mx        4 Oct 2007 20:11:09 -0000       1.8
+++ algebraExtensions.mx        28 Oct 2007 10:04:15 -0000      1.9
@@ -36,7 +36,9 @@
 In most cases we pass a BAT identifier, which should be unified
 with a BAT descriptor. Upon failure we can simply abort the function.
 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+#ifndef _ALGEBRA_EXTENSIONS_H
+#define _ALGEBRA_EXTENSIONS_H
 #include "mal_config.h"
 #include "mal_box.h"
 #include "mal_client.h"
@@ -56,7 +58,10 @@
 
 ae_export str ALGprojectCst(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
 ae_export str ALGprojectCstBody(int *result, int *bid, ptr *p, int tt);
+#endif /* _ALGEBRA_EXTENSIONS_H*/
 
[EMAIL PROTECTED]
+#include "algebraExtensions.h"
 str
 ALGprojectCstBody(int *result, int *bid, ptr *p, int tt){
        BAT *b, *bn;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to