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

Use correct type.


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
@@ -161,7 +161,7 @@ typedef struct VARRECORD {
  */
 
 typedef struct {
-       bit token;                                      /* instruction type */
+       bte token;                                      /* instruction type */
        bit barrier;                            /* flow of control modifier 
takes:
                                                                   BARRIER, 
LEAVE, REDO, EXIT, CATCH, RAISE */
        bit typechk;                            /* type check status */
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to