Changeset: 6028866aa1b0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6028866aa1b0
Modified Files:
        monetdb5/mal/mal_instruction.h
Branch: default
Log Message:

Add parentheses.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_instruction.h b/monetdb5/mal/mal_instruction.h
--- a/monetdb5/mal/mal_instruction.h
+++ b/monetdb5/mal/mal_instruction.h
@@ -24,7 +24,7 @@
 #define MAXARG 8                               /* was 4 BEWARE the code 
depends on this knowledge, where? */
 #define STMT_INCREMENT 4
 #define MAL_VAR_WINDOW  32
-#define MAXLISTING 64*1024
+#define MAXLISTING (64*1024)
 
 /* Allocation of space assumes a rather exotic number of
  * arguments. Access to module and function name are cast in macros to
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to