Changeset: 3bddcb6b64d3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3bddcb6b64d3
Modified Files:
        clients/mapilib/msettings.h
Branch: odbc-tls
Log Message:

Add MP__MAX constant to msettings.h


diffs (20 lines):

diff --git a/clients/mapilib/msettings.h b/clients/mapilib/msettings.h
--- a/clients/mapilib/msettings.h
+++ b/clients/mapilib/msettings.h
@@ -19,6 +19,7 @@
 #define MP__BOOL_START (100)
 #define MP__LONG_START (200)
 #define MP__STRING_START (300)
+#define MP__MAX (400)
 
 #ifdef __cplusplus
 extern "C" {
@@ -71,6 +72,8 @@ typedef enum mparm {
         MP_SCHEMA,             // TODO implement this
         MP_BINARY,
        MP_LOGFILE,
+
+       // !! Make sure to keep them all below MP__MAX !!
 } mparm;
 
 typedef enum mparm_class {
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to