Changeset: 10b5301928b5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=10b5301928b5
Modified Files:
        MonetDB5/src/mal/mal_resolve.mx
Branch: Oct2010
Log Message:

sort of undo my last commit, it seems not to be what I thought it was


diffs (31 lines):

diff -r 40fb1150f24d -r 10b5301928b5 MonetDB5/src/mal/mal_resolve.mx
--- a/MonetDB5/src/mal/mal_resolve.mx   Thu Oct 28 10:37:23 2010 +0200
+++ b/MonetDB5/src/mal/mal_resolve.mx   Thu Oct 28 10:46:41 2010 +0200
@@ -440,7 +440,7 @@
                }
        }
 @-
-We found the proper function. Copy some properties. In particuler,
+We found the proper function. Copy some properties. In particular,
 determine the calling strategy, i.e. FCNcall, CMDcall, FACcall, PATcall
 Beware that polymorphic functions may produce type-incorrect clones.
 This piece of code may be shared by the separate binder
@@ -467,18 +467,10 @@
                        case PATTERNsymbol:
                                p->token = PATcall;
                                p->fcn = getSignature(s)->fcn;  /* C 
implementation optional */
-                               if (!silent && !p->fcn)
-                                       showScriptException(mb, getPC(mb, p), 
TYPE,
-                                                       "object code for 
pattern %s.%s missing",
-                                                       p->modname, p->fcnname);
                                break;
                        case FACTORYsymbol:
                                p->token = FACcall;
                                p->fcn = getSignature(s)->fcn;  /* C 
implementation optional */
-                               if (!silent && !p->fcn)
-                                       showScriptException(mb, getPC(mb, p), 
TYPE,
-                                                       "object code for 
factory %s.%s missing",
-                                                       p->modname, p->fcnname);
                                break;
                        case FUNCTIONsymbol:
                                p->token = FCNcall;
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to