Changeset: fc1e23fb43ae for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fc1e23fb43ae
Modified Files:
        testing/malcheck.py
Branch: default
Log Message:

allow void pointer on any types


diffs (11 lines):

diff --git a/testing/malcheck.py b/testing/malcheck.py
--- a/testing/malcheck.py
+++ b/testing/malcheck.py
@@ -38,6 +38,7 @@ mappings = {
     'any_2': 'void',
     'any_3': 'void',
     'any_4': 'void',
+    'any': 'void',
     'blob': 'blob',
 }
 cmappings = {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to