Changeset: b631a095ebff for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b631a095ebff
Modified Files:
        monetdb5/mal/mal.h
Branch: Dec2016
Log Message:

Use correct type: value not used as Boolean.


diffs (12 lines):

diff --git a/monetdb5/mal/mal.h b/monetdb5/mal/mal.h
--- a/monetdb5/mal/mal.h
+++ b/monetdb5/mal/mal.h
@@ -165,7 +165,7 @@ typedef struct {
        bit barrier;                            /* flow of control modifier 
takes:
                                                                   BARRIER, 
LEAVE, REDO, EXIT, CATCH, RAISE */
        bit typechk;                            /* type check status */
-       bit gc;                                         /* garbage control 
flags */
+       bte gc;                                         /* garbage control 
flags */
        bit polymorphic;                        /* complex type analysis */
        bit varargs;                            /* variable number of arguments 
*/
        int jump;                                       /* controlflow program 
counter */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to