Changeset: 504bfe57baee for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=504bfe57baee
Modified Files:
        monetdb5/extras/rdf/rdfschema.c
        sql/backends/monet5/sql.mx
Branch: rdf
Log Message:

fixed some comments


diffs (42 lines):

diff --git a/monetdb5/extras/rdf/rdfschema.c b/monetdb5/extras/rdf/rdfschema.c
--- a/monetdb5/extras/rdf/rdfschema.c
+++ b/monetdb5/extras/rdf/rdfschema.c
@@ -190,7 +190,7 @@ void addReltoCSRel(oid origCSoid, oid re
 
        assert (origCSoid == csrel->origCSoid);
 #ifdef NDEBUG
-       /* parameter origCSoid is not used other in about assertion */
+       /* parameter origCSoid is not used other than in above assertion */
        (void) origCSoid;
 #endif
 
@@ -248,7 +248,7 @@ void addReltoCSRelWithFreq(oid origCSoid
 
        assert (origCSoid == csrel->origCSoid);
 #ifdef NDEBUG
-       /* parameter origCSoid is not used other in about assertion */
+       /* parameter origCSoid is not used other than in above assertion */
        (void) origCSoid;
 #endif
 
@@ -2849,7 +2849,7 @@ void addReltoCSmergeRel(int origFreqIdx,
 
        assert (origFreqIdx == csmergerel->origFreqIdx);
 #ifdef NDEBUG
-       /* parameter origCSoid is not used other in about assertion */
+       /* parameter origFreqIdx is not used other than in about assertion */
        (void) origFreqIdx;
 #endif
 
diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
--- a/sql/backends/monet5/sql.mx
+++ b/sql/backends/monet5/sql.mx
@@ -7575,7 +7575,7 @@ SQLrdfShred(Client cntxt, MalBlkPtr mb, 
 #else
        (void) cntxt; (void) mb; (void) stk; (void) pci;
        throw(SQL, "sql.rdfShred", "RDF support is missing from MonetDB5");
-#endif /* RDF */
+#endif /* HAVE_RAPTOR */
 }
 
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to